Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions modules/rules_bt/1.0.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module(
name = "rules_bt",
version = "1.0.1",
compatibility_level = 0,
)

bazel_dep(name = "rules_multitool", version = "1.8.0")
multitool = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
multitool.hub(
# We must choose an alternate hub name to allow other modules to have their
# own hubs.
hub_name = "rules_bt_multitool",
lockfile = "//:multitool.lock.json")
use_repo(multitool, "rules_bt_multitool")
12 changes: 12 additions & 0 deletions modules/rules_bt/1.0.1/patches/module_dot_bazel_version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_bt",
- version = "0.0.0",
+ version = "1.0.1",
compatibility_level = 0,
)

bazel_dep(name = "rules_multitool", version = "1.8.0")
13 changes: 13 additions & 0 deletions modules/rules_bt/1.0.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
bcr_test_module:
module_path: "integration"
matrix:
platform: ["ubuntu2204"]
bazel: [8.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "@test_repo//:file"
- "@test_repo_archive//:file"
9 changes: 9 additions & 0 deletions modules/rules_bt/1.0.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-N+yAGWPNfI9Bwlw9RJfCaNNpTq9lAO6h3NhlwLlYt0Q=",
"strip_prefix": "",
"url": "https://github.com/filmil/bazel_rules_bt/releases/download/v1.0.1/bazel_rules_bt-v1.0.1.zip",
"patches": {
"module_dot_bazel_version.patch": "sha256-TaIeLNekOYgCm1cUNSDolXe49UGraDrB3jxljyyjES4="
},
"patch_strip": 1
}
18 changes: 18 additions & 0 deletions modules/rules_bt/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://www.hdlfactory.com",
"maintainers": [
{
"name": "Filip Filmar",
"email": "[email protected]",
"github": "filmil",
"github_user_id": 246576
}
],
"repository": [
"github:filmil/bazel_rules_bt"
],
"versions": [
"1.0.1"
],
"yanked_versions": {}
}
Loading