Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include examples/bzlmod in release tgz for BCR presubmit (#2379)
Fixes #2378. ```console $ tar -czf .github/rules_rust.tar.gz --exclude=".git" --exclude=".github" --exclude="crate_universe/target" examples/bzlmod --exclude="examples" . $ tar tf .github/rules_rust.tar.gz | rg examples examples/bzlmod/ examples/bzlmod/hello_world/ examples/bzlmod/hello_world/WORKSPACE.bzlmod examples/bzlmod/hello_world/hello_world_test.sh examples/bzlmod/hello_world/.gitignore examples/bzlmod/hello_world/WORKSPACE.bazel examples/bzlmod/hello_world/src/ examples/bzlmod/hello_world/src/main.rs examples/bzlmod/hello_world/BUILD.bazel examples/bzlmod/hello_world/MODULE.bazel examples/bzlmod/hello_world/third-party/ examples/bzlmod/hello_world/third-party/Cargo.lock examples/bzlmod/hello_world/third-party/BUILD.bazel examples/bzlmod/hello_world/third-party/extension.bzl examples/bzlmod/hello_world/third-party/crates/ examples/bzlmod/hello_world/third-party/crates/defs.bzl examples/bzlmod/hello_world/third-party/crates/BUILD.anyhow-1.0.77.bazel examples/bzlmod/hello_world/third-party/crates/crates.bzl examples/bzlmod/hello_world/third-party/crates/BUILD.bazel examples/bzlmod/hello_world/third-party/crates/alias_rules.bzl examples/bzlmod/hello_world/third-party/Cargo.toml examples/bzlmod/hello_world/.bazelrc ```
- Loading branch information