eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

BUG: cross compilation breaks CI pipeline #45

Closed Masber closed 6 months ago

Masber commented 6 months ago

openssl fails to build the package due to bug in a dependency with cc crate. A bug report has been created https://github.com/sfackler/rust-openssl/issues/2184 and hopefully the fix will come soon.

Mean while apple artifacts have been disabled form the CI pipeline

Masber commented 6 months ago

Issue open with CC crate community https://github.com/rust-lang/cc-rs/issues/984