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.14

_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>
Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and fmeum committed Jun 12, 2024
1 parent 256ed10 commit 88e0978
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/toolchains_musl/0.1.14/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module(
name = "toolchains_musl",
version = "0.1.14",
)

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")
22 changes: 22 additions & 0 deletions modules/toolchains_musl/0.1.14/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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"
- "--incompatible_enable_cc_toolchain_resolution"
test_targets:
- "//..."
test_flags:
- "--test_output=errors"
- "--verbose_failures"
- "--incompatible_enable_cc_toolchain_resolution"
5 changes: 5 additions & 0 deletions modules/toolchains_musl/0.1.14/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-PgzSvafbeYU5Kdqs/L735ZwhZtPnayo4vPT4+1KTOfI=",
"strip_prefix": "",
"url": "https://github.com/bazel-contrib/musl-toolchain/releases/download/v0.1.14/musl_toolchain-v0.1.14.tar.gz"
}
19 changes: 19 additions & 0 deletions modules/toolchains_musl/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"homepage": "https://github.com/bazel-contrib/musl-toolchain",
"maintainers": [
{
"email": "[email protected]",
"github": "illicitonion",
"name": "Daniel Wagner-Hall"
},
{
"email": "[email protected]",
"github": "fmeum",
"name": "Fabian Meumertzheim"
}
],
"versions": [
"0.1.14"
],
"yanked_versions": {}
}

0 comments on commit 88e0978

Please sign in to comment.