Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/nya3jp/rules_contest/releases/tag/v0.9.3

_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>
  • Loading branch information
publish-to-bcr-bot[bot] authored Nov 26, 2024
1 parent 92a09fe commit 7c92774
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 1 deletion.
30 changes: 30 additions & 0 deletions modules/rules_contest/0.9.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
module(
name = "rules_contest",
version = "0.9.3",
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_python", version = "0.31.0")

http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")

http_file(
name = "buildifier_prebuilt_linux_amd64",
sha256 = "069a03fc1fa46135e3f71e075696e09389344710ccee798b2722c50a2d92d55a",
urls = ["https://github.com/bazelbuild/buildtools/releases/download/4.0.1/buildifier-linux-amd64"],
dev_dependency = True,
)

http_file(
name = "buildifier_prebuilt_darwin_amd64",
sha256 = "f4d0ede5af04b32671b9a086ae061df8f621f48ea139b01b3715bfa068219e4a",
urls = ["https://github.com/bazelbuild/buildtools/releases/download/4.0.1/buildifier-darwin-amd64"],
dev_dependency = True,
)

http_file(
name = "buildifier_prebuilt_windows_amd64",
sha256 = "cde962f8a76739a01f637a16f019253a1f22166f91ed78d38ad66d1d3ca13ea9",
urls = ["https://github.com/bazelbuild/buildtools/releases/download/4.0.1/buildifier-windows-amd64.exe"],
dev_dependency = True,
)
17 changes: 17 additions & 0 deletions modules/rules_contest/0.9.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
bcr_test_module:
module_path: testmod
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //...
5 changes: 5 additions & 0 deletions modules/rules_contest/0.9.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/nya3jp/rules_contest/releases/download/v0.9.3/rules_contest-0.9.3.tar.gz",
"integrity": "sha256-YoWL0acL8XQYvhnw3xjrcM40LCaN6H8TuOJ1PaFScjw=",
"strip_prefix": "rules_contest-0.9.3"
}
3 changes: 2 additions & 1 deletion modules/rules_contest/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"versions": [
"0.9.0",
"0.9.2"
"0.9.2",
"0.9.3"
],
"yanked_versions": {}
}

0 comments on commit 7c92774

Please sign in to comment.