Skip to content

Commit

Permalink
try pushing rules_pkg 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto committed Jul 9, 2024
1 parent e5f9291 commit 586f4e7
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 50 deletions.
19 changes: 0 additions & 19 deletions modules/rules_pkg/1.0.0/presubmit.yml

This file was deleted.

4 changes: 0 additions & 4 deletions modules/rules_pkg/1.0.0/source.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "rules_pkg",
version = "1.0.0", # Must sync with version.bzl.
compatibility_level = 2,
version = "1.0.1", # Must sync with version.bzl.
compatibility_level = 1,
repo_name = "rules_pkg",
)

Expand All @@ -10,10 +10,6 @@ bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "bazel_skylib", version = "1.4.2")

# This is just to please module compatibility_level checking. We should not
# specify it ourselves, but use what rules_python expects
bazel_dep(name = "rules_proto", version = "6.0.0-rc3", dev_dependency = True)

# Only for development
bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
bazel_dep(name = "rules_cc", version = "0.0.9", dev_dependency = True)
Expand Down
17 changes: 17 additions & 0 deletions modules/rules_pkg/1.0.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@rules_pkgt'
4 changes: 4 additions & 0 deletions modules/rules_pkg/1.0.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://github.com/bazelbuild/rules_pkg/releases/download/1.0.1/rules_pkg-1.0.1.tar.gz",
"integrity": "sha256-0gyVGWDtd8t7NBwqWUiFNOSU1a0dMMSBjHNtV3cqn+8=",
}
42 changes: 21 additions & 21 deletions modules/rules_pkg/metadata.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"homepage": "https://github.com/bazelbuild/rules_pkg.git",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:bazelbuild/rules_pkg"
],
"versions": [
"0.5.1",
"0.7.0",
"0.8.1",
"0.9.0",
"0.9.1",
"0.10.0",
"0.10.1",
"1.0.0"
],
"yanked_versions": {}
"homepage": "https://github.com/bazelbuild/rules_pkg.git",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:bazelbuild/rules_pkg"
],
"versions": [
"0.5.1",
"0.7.0",
"0.8.1",
"0.9.0",
"0.9.1",
"0.10.0",
"0.10.1",
"1.0.1"
],
"yanked_versions": {}
}

0 comments on commit 586f4e7

Please sign in to comment.