Skip to content

Commit f85ac76

Browse files
committed
fix
1 parent 916465a commit f85ac76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/ReactantExtra/.bazelrc

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

33
# TODO: Migrate for https://github.com/bazelbuild/bazel/issues/7260
4-
common --noincompatible_enable_cc_toolchain_resolution
4+
common --incompatible_enable_cc_toolchain_resolution
55
common --repo_env USE_HERMETIC_CC_TOOLCHAIN=0
66
common --experimental_repo_remote_exec
77
common --cxxopt=-std=c++17 --host_cxxopt=-std=c++17

deps/ReactantExtra/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
44

55
NSYNC_SHA256 = ""
66

7-
ENZYMEXLA_COMMIT = "343924ba7741abf6cac5bcff76e6db9173ff0a30"
7+
ENZYMEXLA_COMMIT = "213f6d65aea9ddbb6cbcd1b8cd2cd16c08f972ae"
88

99
ENZYMEXLA_SHA256 = ""
1010

@@ -138,7 +138,7 @@ http_archive(
138138
)
139139

140140
# load("@jax//third_party/xla:revision.bzl", "XLA_COMMIT", "XLA_SHA256")
141-
XLA_COMMIT = "e6d83dad9568a9f8c1ac5898ecb9231e5a581bd5"
141+
XLA_COMMIT = "070c4370a2f20036adeab116e2209877d743fdcc"
142142
XLA_SHA256 = ""
143143

144144
http_archive(

0 commit comments

Comments
 (0)