Skip to content

Commit ce9cee1

Browse files
committed
Make darwin a supported platform
As per bazelbuild#837.
1 parent d5c9c74 commit ce9cee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

COMPATIBILITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ first 3 months will support both Bazel LTS versions unless Bazel doesn't allow t
6060

6161
## What host platforms are supported?
6262

63-
The only platform subject to backwards compatibility policy is
64-
`x86_64-unknown-linux-gnu`, as the only fully supported platform. Process for
65-
moving a best effort platform to a supported platform is consensus-based.
63+
Platforms subject to backwards compatibility policy are
64+
`x86_64-unknown-linux-gnu` and `x86_64-apple-darwin` (platforms supported by `rules_rust`).
65+
Process for moving a best effort platform to a supported platform is consensus-based.
6666

6767
## What are the stable APIs of `rules_rust`?
6868

0 commit comments

Comments
 (0)