Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] and mark-thm authored Nov 5, 2024
1 parent d730442 commit 89364fb
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
18 changes: 18 additions & 0 deletions modules/rules_multitool/0.15.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"multitool"

module(
name = "rules_multitool",
version = "0.15.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_features", version = "1.9.0")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
bazel_dep(name = "platforms", version = "0.0.8")

# ensure toolchains get registered
multitool = use_extension("//multitool:extension.bzl", "multitool")
use_repo(multitool, "multitool")

register_toolchains("@multitool//toolchains:all")
15 changes: 15 additions & 0 deletions modules/rules_multitool/0.15.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@rules_multitool//...'
5 changes: 5 additions & 0 deletions modules/rules_multitool/0.15.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-4d5a2lsDKxjgqFtHkaBpOVaOtRXR7RsrLJ2o2SK7Vjs=",
"strip_prefix": "rules_multitool-0.15.0",
"url": "https://github.com/theoremlp/rules_multitool/releases/download/v0.15.0/rules_multitool-0.15.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_multitool/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"0.10.0",
"0.11.0",
"0.12.0",
"0.13.0"
"0.13.0",
"0.15.0"
],
"yanked_versions": {}
}

0 comments on commit 89364fb

Please sign in to comment.