Open jfirebaugh opened 1 year ago
@fweikert Do we have any solution or work around to avoid this crash.
@fweikert any news related to this issue?
@fweikert Do we have any solution or work around to avoid this crash.
Try to sych cache in different host directory
I'm observing this as well, exactly as described, bazelisk
version v1.19.0
FYI, we worked around this problem by setting BAZELISK_HOME
per Jenkins workspace. Similar approach is possible with maybe using BUILDKITE_AGENT_NAME
that I believe is required to be unique per agent within a host
export BAZELISK_HOME="${ctx.WORKSPACE}/.bazelisk"
bazel run ...
I was trying to use Bazelisk in a CI setup where multiple CI agents run on a single instance. I observed the following error when multiple bazelisk processes attempt to install bazel concurrently: