diff --git a/modules/rules_cue/0.5.0/MODULE.bazel b/modules/rules_cue/0.5.0/MODULE.bazel new file mode 100644 index 0000000000..928301299a --- /dev/null +++ b/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) diff --git a/modules/rules_cue/0.5.0/patches/module_dot_bazel_version.patch b/modules/rules_cue/0.5.0/patches/module_dot_bazel_version.patch new file mode 100644 index 0000000000..c3488b21d7 --- /dev/null +++ b/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") diff --git a/modules/rules_cue/0.5.0/presubmit.yml b/modules/rules_cue/0.5.0/presubmit.yml new file mode 100644 index 0000000000..233f0976e2 --- /dev/null +++ b/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 diff --git a/modules/rules_cue/0.5.0/source.json b/modules/rules_cue/0.5.0/source.json new file mode 100644 index 0000000000..5bbcc58bac --- /dev/null +++ b/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 +} diff --git a/modules/rules_cue/metadata.json b/modules/rules_cue/metadata.json index 368f2fb36f..6135e01362 100644 --- a/modules/rules_cue/metadata.json +++ b/modules/rules_cue/metadata.json @@ -17,7 +17,8 @@ "0.3.0", "0.4.0", "0.4.1", - "0.4.2" + "0.4.2", + "0.5.0" ], "yanked_versions": {} }