rules_cc
rules_cc copied to clipboard
Update dependency platforms to v0.0.10
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| platforms | bazel_dep | patch | 0.0.7 -> 0.0.10 |
| platforms | http_archive | patch | 0.0.7 -> 0.0.10 |
Release Notes
bazelbuild/platforms (platforms)
v0.0.10
What's Changed
- Add filegroup targets for .bzl files in the
hostpackage by @Wyverald in https://github.com/bazelbuild/platforms/pull/90
WORKSPACE setup
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
],
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
)
Full Changelog: https://github.com/bazelbuild/platforms/compare/0.0.9...0.0.10
v0.0.9
What's Changed
- Define constraint for emscripten os by @googlewalt in https://github.com/bazelbuild/platforms/pull/84
- Implement local_config_platform in
@platformsby @Wyverald in https://github.com/bazelbuild/platforms/pull/86
WORKSPACE setup
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
],
sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b",
)
### To use the new Starlark host platform in @​platforms, also include the following snippet:
load("@​platforms//host:extension.bzl", "host_platform_repo")
host_platform_repo(name = "host_platform")
Full Changelog: https://github.com/bazelbuild/platforms/compare/0.0.8...0.0.9
v0.0.8
WORKSPACE setup
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
],
sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74",
)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.