[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

@@ -0,0 +1 @@
build --incompatible_enable_cc_toolchain_resolution

View File

@@ -10,3 +10,7 @@ deps()
load("@emsdk//:emscripten_deps.bzl", "emscripten_deps")
emscripten_deps()
load("@emsdk//:toolchains.bzl", "register_emscripten_toolchains")
register_emscripten_toolchains()