Skip to content

Commit

Permalink
Publish seh/rules_cue@v0.5.0 (#1200)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven E. Harris <seh@panix.com>
  • Loading branch information
publish-to-bcr-bot[bot] and seh committed Dec 18, 2023
1 parent 85db476 commit fe14eba
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 1 deletion.
18 changes: 18 additions & 0 deletions modules/rules_cue/0.5.0/MODULE.bazel
@@ -0,0 +1,18 @@
module(
name = "rules_cue",
version = "0.5.0",
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_go", version = "0.43.0")

cue = use_extension("//cue:extensions.bzl", "cue")
use_repo(
cue,
"cue_tool_toolchains",
)

register_toolchains("@cue_tool_toolchains//:all")

bazel_dep(name = "gazelle", version = "0.34.0", dev_dependency = True)
12 changes: 12 additions & 0 deletions modules/rules_cue/0.5.0/patches/module_dot_bazel_version.patch
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_cue",
- version = "0.0.0",
+ version = "0.5.0",
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")
30 changes: 30 additions & 0 deletions modules/rules_cue/0.5.0/presubmit.yml
@@ -0,0 +1,30 @@
matrix: &matrix
platform:
- centos7
- debian10
- macos
- ubuntu2004
# Some valid invocations of the "cue" tool can't succeed (e.g. use
# of the "path" and "expression" rules attributes) until we resolve
# or find a reliable workaround for the following issue:
#
# https://github.com/bazelbuild/bazel/issues/17487
#
# Until then, withdraw promised support for using this module on
# Windows.
#- windows
tasks:
verify_targets:
name: Verify that all tests succeed
platform: ${{ platform }}
test_targets:
- '@rules_cue//test:all'
bcr_test_module:
module_path: examples/bzlmod
matrix: *matrix
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
build_targets:
- //root
9 changes: 9 additions & 0 deletions modules/rules_cue/0.5.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-fk77jcHpLAKWZlhCAi2BRotVACw3Q0cEq5VAYpI9NTg=",
"strip_prefix": "rules_cue-0.5.0",
"url": "https://github.com/seh/rules_cue/releases/download/v0.5.0/vcs-archive-v0.5.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-lcQEg6PgbBA9+rI2u31bfXR3OHKZL5IYk43lpPBpiKM="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_cue/metadata.json
Expand Up @@ -17,7 +17,8 @@
"0.3.0",
"0.4.0",
"0.4.1",
"0.4.2"
"0.4.2",
"0.5.0"
],
"yanked_versions": {}
}

0 comments on commit fe14eba

Please sign in to comment.