Skip to content

Commit f3c65db

Browse files
authored
Build (#145)
* Bump dependencies * build * darwin arm64 * fix * fix * Revert "fix" This reverts commit aa00173.
1 parent ab92877 commit f3c65db

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
build --announce_rc
22

3+
query --experimental_repo_remote_exec
34
build --experimental_repo_remote_exec
45
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
56
build --cxxopt=-w --host_cxxopt=-w

deps/ReactantExtra/WORKSPACE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ sed -i.bak0 "s/__cpp_lib_hardware_interference_size/HW_INTERFERENCE_SIZE/g" xla/
2929
sed -i.bak0 "s/__cpp_lib_hardware_interference_size/HW_INTERFERENCE_SIZE/g" xla/stream_executor/host/host_kernel.cc
3030
""",
3131
"""
32-
sed -i.bak0 "s/@xla\\/\\/xla\\/tsl:linux_x86_64/@bazel_tools\\/\\/src\\/conditions:linux/g" xla/tsl/mkl/build_defs.bzl
33-
""",
34-
"""
35-
sed -i.bak0 "s/@xla\\/\\/xla\\/tsl:windows/@bazel_tools\\/\\/src\\/conditions:windows/g" xla/tsl/mkl/build_defs.bzl
36-
""",
37-
"""
3832
sed -i.bak0 "s/patch_cmds = \\[/patch_cmds = \\[\\\"find . -type f -name config.bzl -exec sed -i.bak0 's\\/HAVE_LINK_H=1\\/HAVE_LINK_H=0\\/g' {} +\\\",/g" third_party/llvm/workspace.bzl
3933
""",
4034
"""

0 commit comments

Comments
 (0)