Skip to content

Commit

Permalink
tentatively drop mac support
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk committed Apr 11, 2024
1 parent 40a4ac8 commit cda4a5a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ bcr_test_module:
matrix:
platform:
- "debian10"
- "macos"
- "ubuntu2004"
bazel:
- "6.x"
Expand Down
2 changes: 0 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ use_repo(cc_toolchains, "zig_sdk")
register_toolchains(
"@zig_sdk//toolchain:linux_amd64_gnu.2.31",
"@zig_sdk//toolchain:linux_arm64_gnu.2.31",
"@zig_sdk//toolchain:darwin_amd64",
"@zig_sdk//toolchain:darwin_arm64",
dev_dependency = True,
)

Expand Down
2 changes: 0 additions & 2 deletions examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ use_repo(cc_toolchains, "zig_sdk")
register_toolchains(
"@zig_sdk//toolchain:linux_amd64_gnu.2.31",
"@zig_sdk//toolchain:linux_arm64_gnu.2.31",
"@zig_sdk//toolchain:darwin_amd64",
"@zig_sdk//toolchain:darwin_arm64",
)

0 comments on commit cda4a5a

Please sign in to comment.