Skip to content

Commit

Permalink
rules_license@0.0.8 (#1375)
Browse files Browse the repository at this point in the history
* rules_license@0.0.8

* Revert the presubmit back
  • Loading branch information
Bencodes committed Jan 25, 2024
1 parent d51a704 commit 32f5f6d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
17 changes: 17 additions & 0 deletions modules/rules_license/0.0.8/MODULE.bazel
@@ -0,0 +1,17 @@
module(
name = "rules_license",
version = "0.0.8", # Keep in sync with version.bzl
compatibility_level = 1,
)

# NOTE: rules_license must not depend on any other repositories if you are
# just using basic rules under //rules/... and //licenses/...

# TODO(aiuto): Create an extension to enable the rules under //tools/...
# That will require rules_python, which we do not want to force on people who
# do not need //tools.

# Only for development
bazel_dep(name = "rules_pkg", version = "0.7.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "0.23.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.5.3", dev_dependency = True)
13 changes: 13 additions & 0 deletions modules/rules_license/0.0.8/presubmit.yml
@@ -0,0 +1,13 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@rules_license//:license'
4 changes: 4 additions & 0 deletions modules/rules_license/0.0.8/source.json
@@ -0,0 +1,4 @@
{
"url": "https://github.com/bazelbuild/rules_license/releases/download/0.0.8/rules_license-0.0.8.tar.gz",
"integrity": "sha256-JBsG8wl/0Yb/RogyFQ1swUIkfcQqMqrvtW0AmYlf0ik="
}
3 changes: 2 additions & 1 deletion modules/rules_license/metadata.json
Expand Up @@ -15,7 +15,8 @@
"0.0.3",
"0.0.4",
"0.0.6",
"0.0.7"
"0.0.7",
"0.0.8"
],
"yanked_versions": {}
}

0 comments on commit 32f5f6d

Please sign in to comment.