Skip to content

Commit 90bf518

Browse files
committed
Fix jll build
1 parent 3dfa5d4 commit 90bf518

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
build --announce_rc
22

33
# 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+
57
common --@rules_ml_toolchain//common:enable_hermetic_cc=False
68
common --repo_env USE_HERMETIC_CC_TOOLCHAIN=0
79
common --experimental_repo_remote_exec

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ LLVM_TARGETS = [
138138
# )
139139

140140
load("@enzyme_ad//third_party/jax:workspace.bzl", jax_workspace = "repo")
141-
jax_workspace()
141+
jax_workspace([])
142142

143143
load("@enzyme_ad//third_party/xla:workspace.bzl", xla_workspace = "repo")
144144
xla_workspace(NEW_XLA_PATCHES)

0 commit comments

Comments
 (0)