You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default clang installation provided in MacOS does not work. We fixed
this locally by installing clang via llvm through brew and setting the
CC and AR env variables to point at the new clang installation.The CI
MacOS image seems to already have llvm installed so we did not need to
install llvm on the CI.
See rust-bitcoin/rust-secp256k1#254 for more
details
0 commit comments