File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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 --noincompatible_enable_cc_toolchain_resolution
4
+ common --incompatible_enable_cc_toolchain_resolution
5
5
common --repo_env USE_HERMETIC_CC_TOOLCHAIN=0
6
6
common --experimental_repo_remote_exec
7
7
common --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
4
4
5
5
NSYNC_SHA256 = ""
6
6
7
- ENZYMEXLA_COMMIT = "343924ba7741abf6cac5bcff76e6db9173ff0a30 "
7
+ ENZYMEXLA_COMMIT = "213f6d65aea9ddbb6cbcd1b8cd2cd16c08f972ae "
8
8
9
9
ENZYMEXLA_SHA256 = ""
10
10
@@ -138,7 +138,7 @@ http_archive(
138
138
)
139
139
140
140
# load("@jax//third_party/xla:revision.bzl", "XLA_COMMIT", "XLA_SHA256")
141
- XLA_COMMIT = "e6d83dad9568a9f8c1ac5898ecb9231e5a581bd5 "
141
+ XLA_COMMIT = "070c4370a2f20036adeab116e2209877d743fdcc "
142
142
XLA_SHA256 = ""
143
143
144
144
http_archive (
You can’t perform that action at this time.
0 commit comments