File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
build --announce_rc
2
2
3
3
# TODO: Migrate for https://github.com/bazelbuild/bazel/issues/7260
4
- common --incompatible_enable_cc_toolchain_resolution
4
+ # common --incompatible_enable_cc_toolchain_resolution
5
+ common --noincompatible_enable_cc_toolchain_resolution
6
+
5
7
common --@rules_ml_toolchain//common:enable_hermetic_cc=False
6
8
common --repo_env USE_HERMETIC_CC_TOOLCHAIN=0
7
9
common --experimental_repo_remote_exec
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ LLVM_TARGETS = [
138
138
# )
139
139
140
140
load ("@enzyme_ad//third_party/jax:workspace.bzl" , jax_workspace = "repo" )
141
- jax_workspace ()
141
+ jax_workspace ([] )
142
142
143
143
load ("@enzyme_ad//third_party/xla:workspace.bzl" , xla_workspace = "repo" )
144
144
xla_workspace (NEW_XLA_PATCHES )
You can’t perform that action at this time.
0 commit comments