macOS/darwin compilation fails due to MIN_STATIC_FEATURES
assertions
#2528
Replies: 3 comments 1 reply
-
I am having the same issues, but I'm not sure it's an issue with ring, I tested with [email protected] through [email protected] and saw the same error for each. My guess is that the macos-latest runner was updated somehow and broke our builds, still investigating. |
Beta Was this translation helpful? Give feedback.
-
[I've converted this from an issue into a discussion in the "Building" forum.] See delta-io/delta-kernel-rs#959 (comment) and rust-lang/rust#133414. It seems like it you use |
Beta Was this translation helpful? Give feedback.
-
I had the same build issue with GitHub macOS runner. Can confirm that adding this fixed the issue since I have - name: Remove cargo config
run: rm -f .cargo/config.toml |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Our github actions macOS job is failing due to failing compile time assertions in
ring
:Reference to those assertions just to make investigation easier:
Unfortunately i'm not really aware of the hardware github uses to run these - and was unable to repro locally on my M1 macbook pro. Let me know if there are any more useful details I can provide!
Beta Was this translation helpful? Give feedback.
All reactions