Skip to content

Commit 14a0378

Browse files
authored
Fix lockfile generation for distfile, attempt #2
we're essentially `build --nobuild`-ing all of `:bazel-distfile`'s deps, _except_ for the dist repo cache itself.
1 parent 7a8effd commit 14a0378

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 query :bazel-distfile
85+
output/bazel build --nobuild :bazel-srcs :bootstrap-jars :maven-srcs //src:derived_java_srcs
8686
8787
output/bazel build \
8888
-c opt \

0 commit comments

Comments
 (0)