Skip to content

Commit

Permalink
Include bzlmod example in release archive (#114)
Browse files Browse the repository at this point in the history
The CI in Bazel Central Repo
[failed](https://buildkite.com/bazel/bcr-presubmit/builds/1905#_)
because the bzlmod example is not part of the release archive. The PR
added it and fixed the version number so we don't need to patch
MODULE.bazel file in the PR to BCR like
[this](https://github.com/bazelbuild/bazel-central-registry/pull/882/files#diff-39eadb745744baf6dd2d39bdcd51053098d2966429068ca11e3dff06016bd015)
  • Loading branch information
linzhp authored Sep 4, 2023
1 parent 4c20daa commit a175764
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "hermetic_cc_toolchain",
version = "v2.1.0",
version = "2.1.0",
)

bazel_dep(name = "platforms", version = "0.0.6")
Expand Down
Loading

0 comments on commit a175764

Please sign in to comment.