-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
I did a little bit of triage on the recent WASM build failures. I don't have a fix, but the cause seems to be this:
Seems to have happened because:
- z3.rs has no committed lock file or direct dependence on a version of
cc
. rust-bindgen
, which is what is actually usingcc
just targets the major version1.0
.cc
1.2.0
changed the flags passed to wasm targets, adding in-fno-exception
So the CI is pulling in cc 1.2.0
, which is using that flag and failing on the z3
build.
Metadata
Metadata
Assignees
Labels
No labels