File tree 4 files changed +8682
-0
lines changed
4 files changed +8682
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,12 @@ tasks:
223
223
name : " examples/bzlmod: Ubuntu, minimum Bazel"
224
224
working_directory : examples/bzlmod
225
225
platform : ubuntu2004
226
+ build_flags :
227
+ - " --lockfile_mode=update"
228
+ test_flags :
229
+ - " --lockfile_mode=update"
230
+ coverage_flags :
231
+ - " --lockfile_mode=update"
226
232
integration_test_bzlmod_ubuntu :
227
233
<< : *reusable_build_test_all
228
234
<< : *coverage_targets_example_bzlmod
Original file line number Diff line number Diff line change @@ -52,3 +52,4 @@ user.bazelrc
52
52
# MODULE.bazel.lock is ignored for now as per recommendation from upstream.
53
53
# See https://github.com/bazelbuild/bazel/issues/20369
54
54
MODULE.bazel.lock
55
+ ! /examples /bzlmod /MODULE.bazel.lock
Original file line number Diff line number Diff line change 1
1
common --enable_bzlmod
2
2
3
+ # Update the lockfile by running:
4
+ # bazel mod deps --lockfile_mode=update
5
+ common --lockfile_mode=error
6
+
3
7
coverage --java_runtime_version=remotejdk_11
4
8
5
9
test --test_output=errors --enable_runfiles
You can’t perform that action at this time.
0 commit comments