forked from bazelbuild/rules_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix module path for bcr testing (bazelbuild#3069)
This should hopefully address ``` ERROR: The test module directory does not exist in the source archive: /Users/buildkite/builds/bk-macos-arm64-bcva/bazel-org-repo-root/output/extensions/bindgen Traceback (most recent call last): File "/Users/buildkite/builds/bk-macos-arm64-bcva/bazel/bcr-presubmit/bcr_presubmit.py", line 537, in <module> sys.exit(main()) ^^^^^^ File "/Users/buildkite/builds/bk-macos-arm64-bcva/bazel/bcr-presubmit/bcr_presubmit.py", line 528, in main repo_location, config_file = prepare_test_module_repo(args.module_name, args.module_version, args.overwrite_bazel_version) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildkite/builds/bk-macos-arm64-bcva/bazel/bcr-presubmit/bcr_presubmit.py", line 269, in prepare_test_module_repo error("The test module directory does not exist in the source archive: %s" % test_module_root) File "/Users/buildkite/builds/bk-macos-arm64-bcva/bazel/bcr-presubmit/bcr_presubmit.py", line 58, in error raise BcrPipelineException("BCR Presubmit failed!") BcrPipelineException: BCR Presubmit failed! 🚨 Error: The command exited with status 1 ```
- Loading branch information
1 parent
cdccb48
commit c07cb1b
Showing
12 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""The version of rules_rust.""" | ||
|
||
VERSION = "0.55.2" | ||
VERSION = "0.55.3" |