Skip to content

Commit

Permalink
build(bazel): update workspace_status_command
Browse files Browse the repository at this point in the history
Update the reference to the workspace status script to resolve via 'pwd' instead of static file paths. This was found as a potential solution to the latest MacOS CI errors in: bazelbuild/bazel#14861

For the CI errors see: https://github.com/fmjstudios/gopskit/actions/runs/11006040154/job/30559675020
  • Loading branch information
mvprowess committed Sep 24, 2024
1 parent c29fa5c commit 79eccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Enable Bzlmod for every Bazel command
common --enable_bzlmod

build --workspace_status_command=./scripts/status.sh
build --workspace_status_command=$(pwd)/scripts/status.sh
build --verbose_failures

test --test_env=HOME

0 comments on commit 79eccfb

Please sign in to comment.