continuous-integration

Bazel remote cache analysis data

 ̄綄美尐妖づ 提交于 2020-12-06 08:24:23
问题 I am running bazel (via bazelisk) inside a docker container on jenkins. Furthermore I use a remote cache. On subsequent runs with no changes I get 100% cache hits, but the analysis phase (~60seconds) runs everytime a new container is created. Is there a way to cache the analysis data remotely aswell or am I forced to run bazel directly on the jenkins agent so it doesn't shut itself off after build completion? Thanks in advance 回答1: https://docs.bazel.build/versions/master/remote-caching.html

Bazel remote cache analysis data

倖福魔咒の 提交于 2020-12-06 08:23:41
问题 I am running bazel (via bazelisk) inside a docker container on jenkins. Furthermore I use a remote cache. On subsequent runs with no changes I get 100% cache hits, but the analysis phase (~60seconds) runs everytime a new container is created. Is there a way to cache the analysis data remotely aswell or am I forced to run bazel directly on the jenkins agent so it doesn't shut itself off after build completion? Thanks in advance 回答1: https://docs.bazel.build/versions/master/remote-caching.html

How do I reference instead of copy js files from a Nuget package at build time in TeamCity?

孤人 提交于 2020-12-01 07:30:06
问题 I've got a packages.config file checked into source control. This specifies the exact version of the Nuget dependency I want. We have our own NuGet repository. We are creating these NuGet packages ourselves. <packages> <package id="Dome" version="1.0.0.19" targetFramework="net45" /> <package id="Dome.Dojo" version="1.0.0.19" targetFramework="net45" /> </packages> These packages have some JavaScript files which when you add the Nuget package as a reference in Visual Studio are copied to the