You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: disable runfile creation in bazel_build job
Disables runfile tree creation in the `bazel_build` job. The runfile trees
are only needed for execution of test/binary targets, but this is not the
case for the `bazel_build` job. Runfile trees are not cached and therefore
cause the job to not fully leverage remote caching.
For testing jobs we still get the overhead of creating runfile tree's
even if the test results were part of the remote cache. Seems like a
bug/issue that is tracked on the bazel side: bazelbuild/bazel#6627
0 commit comments