Skip to content

Commit

Permalink
Fix missing bzlmod extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 5, 2024
1 parent adea1d5 commit 452d6c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
fixedReleaser:
login: scentini
email: [email protected]
moduleRoots: [".", "extensions"]
moduleRoots:
- "."
- "extensions/bindgen"
- "extensions/prost"
- "extensions/protobuf"
- "extensions/wasm_bindgen"
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ jobs:
# `examples/bzlmod` is included for the BCR presubmit; it must appear before --exclude="examples"
tar -czf ${{ github.workspace }}/.github/rules_rust.tar.gz \
-C ${{ github.workspace }} \
--exclude=".git" --exclude=".github" \
--exclude=".git" \
--exclude=".github" \
--exclude="crate_universe/target" \
--exclude="extensions" \
examples/bzlmod \
--exclude="examples" \
--exclude="extensions" \
.
# Save the sha256 checksum of the distro archive to the environment
Expand Down

0 comments on commit 452d6c8

Please sign in to comment.