Skip to content

Commit

Permalink
fix: BCR presubmit should test the release path (#333)
Browse files Browse the repository at this point in the history
Because bzlmod users get a module that doesn't have a rules_rust dep


---

### Changes are visible to end-users: no

### Test plan

- Covered by existing test cases
  • Loading branch information
alexeagle committed May 2, 2024
1 parent d45e542 commit 70797c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bcr_test_module:
module_path: "e2e/smoke"
module_path: "e2e/use_release"
matrix:
bazel: ["7.x", "6.x"]
# TODO(#9): add windows to this list
Expand Down
2 changes: 1 addition & 1 deletion e2e/use_release/minimal_download_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

# This test references pre-built artifacts from a prior release.
# Will need to bump this version in the future when there are breaking changes.
export RULES_PY_RELEASE_VERSION=0.7.0
export RULES_PY_RELEASE_VERSION=0.7.3

#############
# Test bzlmod
Expand Down

0 comments on commit 70797c4

Please sign in to comment.