Skip to content

Commit

Permalink
feat: add [email protected]
Browse files Browse the repository at this point in the history
Supports edge-cases in Bazel 8+
  • Loading branch information
mattyclarkson committed Oct 30, 2024
1 parent 136539c commit 1f16776
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 1 deletion.
24 changes: 24 additions & 0 deletions modules/toolchain_utils/1.0.0-beta.17/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module(
name = "toolchain_utils",
version = "1.0.0-beta.17",
bazel_compatibility = [
">=7.0.0",
],
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "bazel_features", version = "1.13.0")
bazel_dep(name = "platforms", version = "0.0.7")

triplet = use_repo_rule("//toolchain/local/triplet:defs.bzl", "toolchain_local_triplet")

triplet(
name = "local",
)

launcher = use_repo_rule("//toolchain/launcher:repository.bzl", "launcher")

launcher(
name = "launcher",
)
23 changes: 23 additions & 0 deletions modules/toolchain_utils/1.0.0-beta.17/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
bcr_test_module:
module_path: e2e
matrix:
bazel:
- 7.x
- 8.0.0rc2
platform:
- centos7_java11_devtoolset10
- debian10
- debian11
- ubuntu2004
- ubuntu2204
- fedora39
- macos
- macos_arm64
- windows
tasks:
e2e_tests:
name: Run end-to-end Tests
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/toolchain_utils/1.0.0-beta.17/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.17/downloads/src.tar.gz",
"integrity": "sha512-VpkVmLy0t4/viYs/L+8uKYGQak98wPKCPvnrJZ72J3NceO7GEspgVwHDb4gzVJHQI7TZ+2zlUcQJxCk8TcY96g==",
"strip_prefix": "toolchain_utils-v1.0.0-beta.17"
}
3 changes: 2 additions & 1 deletion modules/toolchain_utils/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"1.0.0-beta.12",
"1.0.0-beta.13",
"1.0.0-beta.14",
"1.0.0-beta.16"
"1.0.0-beta.16",
"1.0.0-beta.17"
],
"maintainers": [
{
Expand Down

0 comments on commit 1f16776

Please sign in to comment.