-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: https://github.com/aherrmann/rules_zig/releases/tag/v0.6.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ --------- Co-authored-by: Andreas Herrmann <[email protected]>
- Loading branch information
1 parent
d2d22a3
commit 461fbfb
Showing
5 changed files
with
114 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
module( | ||
name = "rules_zig", | ||
version = "0.6.0", | ||
compatibility_level = 1, | ||
) | ||
|
||
bazel_dep(name = "aspect_bazel_lib", version = "2.9.3") | ||
bazel_dep(name = "bazel_skylib", version = "1.7.1") | ||
bazel_dep(name = "platforms", version = "0.0.10") | ||
|
||
zig = use_extension("//zig:extensions.bzl", "zig") | ||
zig.index(file = "//zig/private:versions.json") | ||
use_repo(zig, "zig_toolchains") | ||
|
||
register_toolchains("@rules_zig//zig/target:all") | ||
|
||
register_toolchains("@zig_toolchains//:all") | ||
|
||
zig_dev = use_extension( | ||
"//zig:extensions.bzl", | ||
"zig", | ||
dev_dependency = True, | ||
) | ||
zig_dev.toolchain(zig_version = "0.13.0") | ||
zig_dev.toolchain(zig_version = "0.12.1") | ||
zig_dev.toolchain(zig_version = "0.12.0") | ||
zig_dev.toolchain(zig_version = "0.11.0") | ||
|
||
bazel_dep(name = "rules_cc", version = "0.0.13", dev_dependency = True) | ||
bazel_dep(name = "protobuf", version = "28.3", dev_dependency = True) # for buildbuddy toolchain | ||
bazel_dep(name = "stardoc", version = "0.7.1", dev_dependency = True, repo_name = "io_bazel_stardoc") | ||
bazel_dep(name = "gazelle", version = "0.39.1", dev_dependency = True, repo_name = "bazel_gazelle") | ||
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.7.1", dev_dependency = True) | ||
bazel_dep( | ||
name = "buildifier_prebuilt", | ||
version = "7.3.1", | ||
dev_dependency = True, | ||
) | ||
bazel_dep(name = "rules_multirun", version = "0.9.0", dev_dependency = True) | ||
bazel_dep(name = "rules_python", version = "0.37.2", dev_dependency = True) | ||
bazel_dep( | ||
name = "rules_bazel_integration_test", | ||
version = "0.26.0", | ||
dev_dependency = True, | ||
) | ||
|
||
bazel_binaries = use_extension( | ||
"@rules_bazel_integration_test//:extensions.bzl", | ||
"bazel_binaries", | ||
dev_dependency = True, | ||
) | ||
|
||
# NOTE: Keep in sync with WORKSPACE. | ||
bazel_binaries.download(version_file = "//:.bazelversion") | ||
bazel_binaries.download(version = "7.1.0") | ||
use_repo( | ||
bazel_binaries, | ||
"bazel_binaries", | ||
"bazel_binaries_bazelisk", | ||
"build_bazel_bazel_.bazelversion", | ||
"build_bazel_bazel_7_1_0", | ||
) | ||
|
||
# TODO[AH] Should be an implicit transitive dependency through rules_bazel_integration_test. | ||
# However, if we do not include it explicitly, then the runfiles resolution for | ||
# cgrindel_bazel_starlib/shlib/lib/message.sh fails in | ||
# rules_bazel_integration_test/tools/update_deleted_packages.sh when invoked | ||
# through the rules_multirun target //util:update. | ||
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.21.0", dev_dependency = True) |
12 changes: 12 additions & 0 deletions
12
modules/rules_zig/0.6.0/patches/module_dot_bazel_version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_zig", | ||
- version = "0.0.0", | ||
+ version = "0.6.0", | ||
compatibility_level = 1, | ||
) | ||
|
||
bazel_dep(name = "aspect_bazel_lib", version = "2.9.3") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
matrix: | ||
platform: ["ubuntu2204", "macos"] # ["windows"] | ||
bazel: [7.x] | ||
tasks: | ||
run_tests: | ||
name: "Run tests" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: | ||
- "//..." | ||
bcr_test_module: | ||
module_path: "e2e/workspace" | ||
matrix: | ||
platform: ["ubuntu2204", "macos"] # ["windows"] | ||
bazel: [7.x] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
test_targets: | ||
- "//..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"integrity": "sha256-eT/0w99cTJbPV0AHvT43SXi49YnOf5Ql4ZUUU6yxcsU=", | ||
"strip_prefix": "rules_zig-0.6.0", | ||
"url": "https://github.com/aherrmann/rules_zig/releases/download/v0.6.0/rules_zig-0.6.0.tar.gz", | ||
"patches": { | ||
"module_dot_bazel_version.patch": "sha256-qpJsmMttgRjkbZGG+NTByAjHvPLJ+dEVU1KIxyBIJOE=" | ||
}, | ||
"patch_strip": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ | |
"0.2.0", | ||
"0.3.0", | ||
"0.4.0", | ||
"0.5.0" | ||
"0.5.0", | ||
"0.6.0" | ||
], | ||
"yanked_versions": {} | ||
} |