diff --git a/modules/platforms/0.0.8/MODULE.bazel b/modules/platforms/0.0.8/MODULE.bazel new file mode 100644 index 00000000000..617a84a636f --- /dev/null +++ b/modules/platforms/0.0.8/MODULE.bazel @@ -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") diff --git a/modules/platforms/0.0.8/presubmit.yml b/modules/platforms/0.0.8/presubmit.yml new file mode 100644 index 00000000000..fee395d83f5 --- /dev/null +++ b/modules/platforms/0.0.8/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//...' diff --git a/modules/platforms/0.0.8/source.json b/modules/platforms/0.0.8/source.json new file mode 100644 index 00000000000..5249e48c8e9 --- /dev/null +++ b/modules/platforms/0.0.8/source.json @@ -0,0 +1,4 @@ +{ + "url": "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", + "integrity": "sha256-gVBAZgU4ns7LbaB8vLUJ1WN6OrmiS8abEQFTE2fYnXQ=" +} diff --git a/modules/platforms/metadata.json b/modules/platforms/metadata.json index 34b11861d05..6db44b79821 100644 --- a/modules/platforms/metadata.json +++ b/modules/platforms/metadata.json @@ -13,7 +13,8 @@ "0.0.4", "0.0.5", "0.0.6", - "0.0.7" + "0.0.7", + "0.0.8" ], "yanked_versions": {} }