Skip to content

Commit

Permalink
bzlmod: Allow yanked versions in CI (#3329)
Browse files Browse the repository at this point in the history
Versions yanked from the BCR will otherwise non-hermetically fail our pipelines.
  • Loading branch information
fmeum authored Oct 20, 2022
1 parent 4dc49a3 commit 8a731c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ tasks:
bazel: b12f3a93a55019276879bd2d3edbd201c913675a
working_directory: tests/bcr
build_flags:
- "--allow_yanked_versions=all"
- "--experimental_enable_bzlmod"
test_flags:
- "--allow_yanked_versions=all"
- "--experimental_enable_bzlmod"
build_targets:
- "//..."
Expand Down

0 comments on commit 8a731c5

Please sign in to comment.