File tree 4 files changed +5309
-0
lines changed
4 files changed +5309
-0
lines changed Original file line number Diff line number Diff line change @@ -229,24 +229,32 @@ tasks:
229
229
name : " examples/bzlmod: Ubuntu"
230
230
working_directory : examples/bzlmod
231
231
platform : ubuntu2004
232
+ test_flags :
233
+ - " --config=ci"
232
234
integration_test_bzlmod_debian :
233
235
<< : *reusable_build_test_all
234
236
<< : *coverage_targets_example_bzlmod
235
237
name : " examples/bzlmod: Debian"
236
238
working_directory : examples/bzlmod
237
239
platform : debian11
240
+ test_flags :
241
+ - " --config=ci"
238
242
integration_test_bzlmod_macos :
239
243
<< : *reusable_build_test_all
240
244
<< : *coverage_targets_example_bzlmod
241
245
name : " examples/bzlmod: macOS"
242
246
working_directory : examples/bzlmod
243
247
platform : macos
248
+ test_flags :
249
+ - " --config=ci"
244
250
integration_test_bzlmod_windows :
245
251
<< : *reusable_build_test_all
246
252
# coverage is not supported on Windows
247
253
name : " examples/bzlmod: Windows"
248
254
working_directory : examples/bzlmod
249
255
platform : windows
256
+ test_flags :
257
+ - " --config=ci"
250
258
251
259
integration_test_bzlmod_generate_build_file_generation_ubuntu_min :
252
260
<< : *minimum_supported_version
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 @@ -6,3 +6,5 @@ test --test_output=errors --enable_runfiles
6
6
7
7
# Windows requires these for multi-python support:
8
8
build --enable_runfiles
9
+
10
+ common:ci --lockfile_mode=error
You can’t perform that action at this time.
0 commit comments