Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Publish bazel-contrib/[email protected]

* Skip windows testing

There is a known issue on rules_ruby

---------

Co-authored-by: Alex Eagle <[email protected]>
  • Loading branch information
2 people authored and antonovvk committed Jan 20, 2024
1 parent 58ef670 commit 7a02c5f
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/rules_ruby/0.5.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
"Define the Bazel module published to the Bazel Central Registry"

module(
name = "rules_ruby",
# NB: this version will be replaced after a release by the Publish to BCR app
version = "0.5.0",
compatibility_level = 1,
)

# Lower-bound dependency versions.
# These should NOT be increased unless needed, as bumping our lower-bound may change
# the versions resolved in users repositories.
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.5")

# TODO: should we register any toolchain by default?
14 changes: 14 additions & 0 deletions modules/rules_ruby/0.5.0/patches/module_dot_bazel_version.patch
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_ruby",
# NB: this version will be replaced after a release by the Publish to BCR app
- version = "0.0.0",
+ version = "0.5.0",
compatibility_level = 1,
)

# Lower-bound dependency versions.
10 changes: 10 additions & 0 deletions modules/rules_ruby/0.5.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "examples/gem"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_ruby/0.5.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-m/q3bhJy2ucjVcZcyFjt5otllxY4FIW6pMjnpw3cOKY=",
"strip_prefix": "rules_ruby-0.5.0",
"url": "https://github.com/bazel-contrib/rules_ruby/releases/download/v0.5.0/rules_ruby-v0.5.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-a8mps/gJ46ox0NNXSQKcTDWBor/bTNw4Fns48vqQpbo="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_ruby/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"versions": [
"0.2.0",
"0.3.0",
"0.4.1"
"0.4.1",
"0.5.0"
],
"yanked_versions": {}
}

0 comments on commit 7a02c5f

Please sign in to comment.