Skip to content

Commit

Permalink
Remove linker hack
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 15, 2023
1 parent 3941e48 commit 5aad627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ jobs:
# For some reason everything works fine if we use the host clang,
# not the Xcode-bundled clang.
echo '[target.x86_64-apple-darwin]' >> ~/.cargo/config
echo 'linker = "/usr/bin/clang"' >> ~/.cargo/config
#echo '[target.x86_64-apple-darwin]' >> ~/.cargo/config
#echo 'linker = "/usr/bin/clang"' >> ~/.cargo/config
# List available devices -- allows us to see what's there
DEVICES=$(xcrun xctrace list devices 2>&1)
Expand Down Expand Up @@ -621,8 +621,8 @@ jobs:
# For some reason everything works fine if we use the host clang,
# not the Xcode-bundled clang.
echo '[target.x86_64-apple-darwin]' >> ~/.cargo/config
echo 'linker = "/usr/bin/clang"' >> ~/.cargo/config
#echo '[target.x86_64-apple-darwin]' >> ~/.cargo/config
#echo 'linker = "/usr/bin/clang"' >> ~/.cargo/config
# List available devices -- allows us to see what's there
DEVICES=$(xcrun xctrace list devices 2>&1)
Expand Down

0 comments on commit 5aad627

Please sign in to comment.