Skip to content

Commit

Permalink
Publish seh/rules_cue@v0.4.0 (#563)
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 Apr 12, 2023
1 parent 5f55745 commit b8be0c1
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 1 deletion.
21 changes: 21 additions & 0 deletions modules/rules_cue/0.4.0/MODULE.bazel
@@ -0,0 +1,21 @@
module(
name = "rules_cue",
version = "0.4.0",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "rules_go", version = "0.39.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.30.0")

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
13 changes: 13 additions & 0 deletions modules/rules_cue/0.4.0/patches/module_dot_bazel_version.patch
@@ -0,0 +1,13 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_cue",
- version = "0.0.0",
+ version = "0.4.0",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.6")
30 changes: 30 additions & 0 deletions modules/rules_cue/0.4.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.4.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-nqgPmJ0vc4Fh2+ALjLkyGYJ9fFtiC8bKRaxiiJvEURc=",
"strip_prefix": "rules_cue-0.4.0",
"url": "https://github.com/seh/rules_cue/releases/download/v0.4.0/vcs-archive-v0.4.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-BRZvQBj1EkYbI1iJMZfN5vTtJXtwK+2YJU0JC98zPAc="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/rules_cue/metadata.json
Expand Up @@ -14,7 +14,8 @@
"0.2.0",
"0.2.1",
"0.2.2",
"0.3.0"
"0.3.0",
"0.4.0"
],
"yanked_versions": {}
}

0 comments on commit b8be0c1

Please sign in to comment.