Skip to content

Commit

Permalink
Test with lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Aug 25, 2023
1 parent c272d10 commit 46e5d41
Show file tree
Hide file tree
Showing 5 changed files with 1,122 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ tasks:
- bazel run //:gazelle -- update pkg
- bazel run //:gazelle -- pkg
build_flags:
- "--allow_yanked_versions=all"
- "--lockfile_mode=error"
test_flags:
- "--allow_yanked_versions=all"
- "--lockfile_mode=error"
build_targets:
- "//..."
- "//:gazelle"
Expand Down
2 changes: 0 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ bcr_test_module:
run_test_module:
name: Run test module
platform: ${{ platform }}
build_flags:
- --experimental_isolated_extension_usages
shell_commands:
# Regenerate the BUILD file for the test module using Gazelle.
- rm pkg/BUILD.bazel
Expand Down
1 change: 1 addition & 0 deletions tests/bcr/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
common --enable_bzlmod
common --experimental_isolated_extension_usages
common --lockfile_mode=update
2 changes: 1 addition & 1 deletion tests/bcr/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1
6.3.2
Loading

0 comments on commit 46e5d41

Please sign in to comment.