[bazel] Switch to platforms-based toolchain resolution (#1036)

This commit is contained in:
John Firebaugh
2022-11-08 14:21:06 -08:00
committed by GitHub
parent 92d9023adc
commit 005063304b
11 changed files with 41 additions and 24 deletions

View File

@@ -66,3 +66,10 @@ alias(
"//conditions:default": ":empty",
}),
)
platform(
name = "platform_wasm",
constraint_values = [
"@platforms//cpu:wasm32",
],
)