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
fix(ci): set CC for musl target so cc-rs finds the C compiler
cc-rs probes for aarch64-linux-musl-gcc by default, which does not exist
on the Ubuntu CI host. Set CC_<target> explicitly to a wrapper that also
disables _FORTIFY_SOURCE for consistency with the CXX wrapper.
0 commit comments