Skip to content

Commit

Permalink
add platforms 0.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto committed Jul 28, 2023
1 parent c8ecbd0 commit ee272b5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/platforms/0.0.7/MODULE.bazel
@@ -0,0 +1,7 @@
module(
name = "platforms",
version = "0.0.7", # keep in sync with version.bzl
compatibility_level = 1,
)

bazel_dep(name = "rules_license", version = "0.0.7")
16 changes: 16 additions & 0 deletions modules/platforms/0.0.7/presubmit.yml
@@ -0,0 +1,16 @@
platforms:
centos7:
build_targets:
- '@platforms//...'
debian10:
build_targets:
- '@platforms//...'
macos:
build_targets:
- '@platforms//...'
ubuntu2004:
build_targets:
- '@platforms//...'
windows:
build_targets:
- '@platforms//...'
4 changes: 4 additions & 0 deletions modules/platforms/0.0.7/source.json
@@ -0,0 +1,4 @@
{
"url": "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
"integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE="
}
3 changes: 2 additions & 1 deletion modules/platforms/metadata.json
Expand Up @@ -12,7 +12,8 @@
"versions": [
"0.0.4",
"0.0.5",
"0.0.6"
"0.0.6",
"0.0.7"
],
"yanked_versions": {}
}

0 comments on commit ee272b5

Please sign in to comment.