Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/yuyawk/rules_build_error/releases/tag/0.6.0

_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: yuyawk <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and yuyawk authored Nov 4, 2024
1 parent 1cbae38 commit c446821
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 1 deletion.
39 changes: 39 additions & 0 deletions modules/rules_build_error/0.6.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
"""Module for `rules_build_error`.
"""

module(
name = "rules_build_error",
version = "0.6.0",
)

################################
#
# Dev-dependencies
#
################################

bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)
bazel_dep(
name = "hermetic_cc_toolchain",
version = "3.1.1",
dev_dependency = True,
)

cc_toolchains = use_extension(
"@hermetic_cc_toolchain//toolchain:ext.bzl",
"toolchains",
dev_dependency = True,
)
use_repo(cc_toolchains, "zig_sdk")

register_toolchains(
"@zig_sdk//toolchain:linux_amd64_gnu.2.31",
"@zig_sdk//toolchain:linux_arm64_gnu.2.31",
"@zig_sdk//toolchain:darwin_amd64",
"@zig_sdk//toolchain:darwin_arm64",
"@zig_sdk//toolchain:windows_amd64",
"@zig_sdk//toolchain:windows_arm64",
dev_dependency = True,
)

bazel_dep(name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -2,9 +2,9 @@
"""

module(
name = "rules_build_error",
- version = "0.0.0",
+ version = "0.6.0",
)

################################
#
18 changes: 18 additions & 0 deletions modules/rules_build_error/0.6.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
bcr_test_module:
module_path: "examples"
matrix:
platform:
- "debian10"
- "ubuntu2004"
- "macos"
bazel:
- "6.x"
- "7.x"
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_build_error/0.6.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-2hZPxz2OeeBmKxQHzeZnFx6Zp9+/eKhqlpdRAIn5IXA=",
"strip_prefix": "rules_build_error-0.6.0",
"url": "https://github.com/yuyawk/rules_build_error/releases/download/0.6.0/rules_build_error-0.6.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-Abf0R6COgEbgd6MD0r1bh1CX6J3SPFP2RoVcvNNTLbw="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_build_error/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"0.5.2",
"0.5.3",
"0.5.4",
"0.5.5"
"0.5.5",
"0.6.0"
],
"yanked_versions": {}
}

0 comments on commit c446821

Please sign in to comment.