mirror of https://github.com/bazelbuild/rules_cc
Remove experimental_enable_rule_based_toolchains
Removes nonexistent flag.
This commit is contained in:
parent
72d3b34612
commit
c28b850603
|
@ -1,5 +1,2 @@
|
|||
# Do not use the default toolchain.
|
||||
build --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=0
|
||||
|
||||
# Enable rule-based toolchains.
|
||||
build --@rules_cc//cc/toolchains:experimental_enable_rule_based_toolchains=True
|
||||
|
|
Loading…
Reference in New Issue