Skip to content

Commit

Permalink
Add platforms/0.0.8 (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto authored Oct 18, 2023
1 parent 43fcfd7 commit f0f0362
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.8/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "platforms",
version = "0.0.8", # 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.8/presubmit.yml
Original file line number Diff line number Diff line change
@@ -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.8/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
"integrity": "sha256-gVBAZgU4ns7LbaB8vLUJ1WN6OrmiS8abEQFTE2fYnXQ="
}
3 changes: 2 additions & 1 deletion modules/platforms/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"0.0.4",
"0.0.5",
"0.0.6",
"0.0.7"
"0.0.7",
"0.0.8"
],
"yanked_versions": {}
}

0 comments on commit f0f0362

Please sign in to comment.