Skip to content

Commit

Permalink
Add rules_pkg 0.9.1. (#605)
Browse files Browse the repository at this point in the history
* rules_pkg 0.9.0

* Add rules_pkg 0.9.1.
0.9.0 had some issues. Not clear if we should yank it, but that can be another PR.
  • Loading branch information
aiuto committed May 3, 2023
1 parent 6c0ad8d commit 269166e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
15 changes: 15 additions & 0 deletions modules/rules_pkg/0.9.1/MODULE.bazel
@@ -0,0 +1,15 @@
module(
name = "rules_pkg",
version = "0.9.1", # Must sync with version.bzl.
repo_name = "rules_pkg",
compatibility_level = 1,
)

# Do not update to newer versions until you need a specific new feature.
bazel_dep(name = "rules_license", version = "0.0.4")
bazel_dep(name = "bazel_skylib", version = "1.2.0")
bazel_dep(name = "rules_python", version = "0.10.2")

# Only for development
bazel_dep(name = "platforms", version = "0.0.5", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.5.3", dev_dependency = True)
17 changes: 17 additions & 0 deletions modules/rules_pkg/0.9.1/presubmit.yml
@@ -0,0 +1,17 @@
build_targets: &build_targets
- '@rules_pkg//...'
# Re-enable those targets when toolchain registration is supported.
- '-@rules_pkg//toolchains/...'
- '-@rules_pkg//pkg:make_rpm'

platforms:
centos7:
build_targets: *build_targets
debian10:
build_targets: *build_targets
macos:
build_targets: *build_targets
ubuntu2004:
build_targets: *build_targets
windows:
build_targets: *build_targets
4 changes: 4 additions & 0 deletions modules/rules_pkg/0.9.1/source.json
@@ -0,0 +1,4 @@
{
"url": "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz",
"integrity": "sha256-j57i3BDBrlFO5ZmotC7Zn6Jit1cFj2WtPDhCif9wxLg="
}
3 changes: 2 additions & 1 deletion modules/rules_pkg/metadata.json
Expand Up @@ -8,7 +8,8 @@
"0.5.1",
"0.7.0",
"0.8.1",
"0.9.0"
"0.9.0",
"0.9.1"
],
"yanked_versions": {}
}

0 comments on commit 269166e

Please sign in to comment.