-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating buildbarn storage image doesn't work on bazel 7 #185
Comments
Hi, I took a quick look. The main errors comes form This will build, but I did not verify that the images work properly. Then it seems that we need to update
|
@minor-fixes added the |
Running the suggested command to create a buildbarn storage image doesn't work
bazel run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 //cmd/bb_storage:bb_storage_container
Bazelisk automatically downloads Bazel 7 which was recently released and doesn't seem to be compatible with
bb-storage
.I suggest adding a
.bazelversion
file with6.4.0
until compatibility with Bazel 7 is done.The text was updated successfully, but these errors were encountered: