File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,10 @@ platform(
214
214
215
215
216
216
platform (
217
- name = "darwin_aarch64 " ,
217
+ name = "darwin_arm64 " ,
218
218
constraint_values = [
219
219
"@platforms//os:macos" ,
220
- "@platforms//cpu:aarch64 " ,
220
+ "@platforms//cpu:arm64 " ,
221
221
],
222
222
)
223
223
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ sed -i.bak0 "s/patch_cmds = \\[/patch_cmds = \\[\\\"find . -type f -name config.
44
44
sed -i.bak0 "s/patch_cmds = \\ [/patch_cmds = \\ [\\ \" find . -type f -name config.bzl -exec sed -i.bak0 's\\ /HAVE_MALLINFO=1\\ /DONT_HAVE_ANY_MALLINFO=0\\ /g' {} +\\ \" ,/g" third_party/llvm/workspace.bzl
45
45
""" ,
46
46
"""
47
- sed -i.bak0 "s/patch_cmds = \\ [/patch_cmds = \\ [\\ \" find . -type f -name config.bzl -exec sed -i.bak0 's\\ /HAVE_PTHREAD_GETNAME_NP=1\\ /HAVE_PTHREAD_GETNAME_NP =0\\ /g' {} +\\ \" ,/g" third_party/llvm/workspace.bzl
47
+ sed -i.bak0 "s/patch_cmds = \\ [/patch_cmds = \\ [\\ \" find . -type f -name config.bzl -exec sed -i.bak0 's\\ /HAVE_PTHREAD_GETNAME_NP=1\\ /FAKE_HAVE_PTHREAD_GETNAME_NP =0\\ /g' {} +\\ \" ,/g" third_party/llvm/workspace.bzl
48
48
""" ,
49
49
"""
50
- sed -i.bak0 "s/patch_cmds = \\ [/patch_cmds = \\ [\\ \" find . -type f -name config.bzl -exec sed -i.bak0 's\\ /HAVE_PTHREAD_SETNAME_NP=1\\ /HAVE_PTHREAD_SETNAME_NP =0\\ /g' {} +\\ \" ,/g" third_party/llvm/workspace.bzl
50
+ sed -i.bak0 "s/patch_cmds = \\ [/patch_cmds = \\ [\\ \" find . -type f -name config.bzl -exec sed -i.bak0 's\\ /HAVE_PTHREAD_SETNAME_NP=1\\ /FAKE_HAVE_PTHREAD_SETNAME_NP =0\\ /g' {} +\\ \" ,/g" third_party/llvm/workspace.bzl
51
51
""" ,
52
52
"""
53
53
sed -i.bak0 "s/patch_cmds = \\ [/patch_cmds = \\ [\\ \" find . -type f -name config.h -exec sed -i.bak0 's\\ /ENABLE_CRASH_OVERRIDES 1\\ /ENABLE_CRASH_OVERRIDES 0\\ /g' {} +\\ \" ,/g" third_party/llvm/workspace.bzl
You can’t perform that action at this time.
0 commit comments