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(
214214
215215
216216platform (
217- name = "darwin_aarch64 " ,
217+ name = "darwin_arm64 " ,
218218 constraint_values = [
219219 "@platforms//os:macos" ,
220- "@platforms//cpu:aarch64 " ,
220+ "@platforms//cpu:arm64 " ,
221221 ],
222222)
223223
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.
4444sed -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
4545""" ,
4646"""
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
4848""" ,
4949"""
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
5151""" ,
5252"""
5353sed -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