Skip to content

Commit fc4f0f6

Browse files
authored

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

modules/platforms/0.0.9/MODULE.bazel

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module(
2+
name = "platforms",
3+
version = "0.0.9", # keep in sync with version.bzl
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "rules_license", version = "0.0.7")
8+
9+
host_platform = use_extension("//host:extension.bzl", "host_platform")
10+
use_repo(host_platform, "host_platform")
11+

modules/platforms/0.0.9/presubmit.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 7.x
10+
- 6.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@platforms//...'
18+

modules/platforms/0.0.9/source.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"url": "https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
3+
"integrity": "sha256-XtpTnIQSZQMcL4LYrno6ZJC9YhduDAOPxGnqv5H2FJs="
4+
}

modules/platforms/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"0.0.5",
1515
"0.0.6",
1616
"0.0.7",
17-
"0.0.8"
17+
"0.0.8",
18+
"0.0.9"
1819
],
1920
"yanked_versions": {}
2021
}

0 commit comments

Comments
 (0)