Skip to content

Commit 7a8effd

Browse files
authored
Instead of running head_bazel mod deps to get updated HEAD lockfile...
use `head_bazel query :bazel-distfile`, as `bazel mod deps` runs all extensions and this triggers way too many errors (because Bazel 8 removed a lot of things from `@bazel_tools`)
1 parent 513fa23 commit 7a8effd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/bazel-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ steps:
8282
cp bazel-bin/src/bazel output/bazel
8383
8484
rm MODULE.bazel.lock
85-
output/bazel mod deps --lockfile_mode=update
85+
output/bazel query :bazel-distfile
8686
8787
output/bazel build \
8888
-c opt \

0 commit comments

Comments
 (0)