Skip to content

Can't build on Mac OS X #4215

Closed Answered by roele
adamcohen2 asked this question in Q&A
Jan 25, 2025 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

mise uses rustup under the hood. the step info: downloading installer installs rustup as you would when installing it manually.

As you can see from the output from step 1.) the installation of cargo is already done as part of the default toolchain. I suspect that using such an old version of cargo (newest is 1.84.0, equal to rustc) is causing this issue as a feature used by the dashmap crate is not yet supported by that version. So i would remove the mise managed cargo via mise unuse cargo, the do a cargo clean and cargo build --all-features again.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@jdx
Comment options

jdx Jan 25, 2025
Maintainer

@roele
Comment options

@adamcohen2
Comment options

@roele
Comment options

Answer selected by adamcohen2
@adamcohen2
Comment options

@roele
Comment options

@jdx
Comment options

jdx Jan 28, 2025
Maintainer

@adamcohen2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants