Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release:
https://github.com/bazel-contrib/musl-toolchain/releases/tag/v0.1.15

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] committed Jun 13, 2024
1 parent f4c39f7 commit 3772d2f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
12 changes: 12 additions & 0 deletions modules/toolchains_musl/0.1.15/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module(
name = "toolchains_musl",
version = "0.1.15",
)

bazel_dep(name = "bazel_features", version = "1.9.0")
bazel_dep(name = "platforms", version = "0.0.9")

toolchains_musl = use_extension("//:toolchains_musl.bzl", "toolchains_musl")
use_repo(toolchains_musl, "musl_toolchains_hub")

register_toolchains("@musl_toolchains_hub//:all")
24 changes: 24 additions & 0 deletions modules/toolchains_musl/0.1.15/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
bcr_test_module:
module_path: "bcr_test"
matrix:
platform: ["debian10", "macos", "macos_arm64", "ubuntu2004"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//..."
build_flags:
- "--test_output=errors"
- "--verbose_failures"
# Required with Bazel 6
- "--incompatible_enable_cc_toolchain_resolution"
test_targets:
- "//..."
test_flags:
- "--test_output=errors"
- "--verbose_failures"
# Required with Bazel 6
- "--incompatible_enable_cc_toolchain_resolution"
5 changes: 5 additions & 0 deletions modules/toolchains_musl/0.1.15/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-JsrP+rdOEPCEDIOwvpGT3G3sz7yOwc9vg2LcYdAFf6E=",
"strip_prefix": "",
"url": "https://github.com/bazel-contrib/musl-toolchain/releases/download/v0.1.15/musl_toolchain-v0.1.15.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/toolchains_musl/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
}
],
"versions": [
"0.1.14"
"0.1.14",
"0.1.15"
],
"yanked_versions": {}
}

0 comments on commit 3772d2f

Please sign in to comment.