-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix macOS installation #602
Conversation
CI doesn't seem to fail though? |
CI also succeed while using |
The default make on macos-14 (probably also macos-latest) is old enough to reproduce the error. Does it fail locally on your machine, but not the CI? What make are you using? |
|
That's the same error in rust-lang/cc-rs#962 , have to re-investigate on this |
88d0ea7
to
4dd5061
Compare
4dd5061
to
c813dc0
Compare
Just updated this branch to use |
@SergioGasquez Just tested it on good old "infamous" |
cargo-espflash
deps andcargo update
to getcc>=1.0.88
which should fix cargo install cargo-espflash fails with error of build command foropenssl-sys v0.9.101
#597Draft until we confirm that #597 is solved with this dependency update.