diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c729991d8..adc66746a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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) @@ -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)