filecoin-station / zinnia

Runtime for worker nodes executing modules in a resource-limited sandbox
https://crates.io/crates/zinnia
Other
17 stars 2 forks source link

ci: pin Rust version to 1.77 #539

Closed bajtos closed 3 months ago

bajtos commented 3 months ago

Our release binaries are crashing when built by Rust 1.78.

Suspected cause: Rust 1.78 upgraded LLVM from v17 to v18, perhaps our ancient Deno version is not compatible with that.

bajtos commented 3 months ago

Building the release binaries here: https://github.com/filecoin-station/zinnia/actions/runs/9065519107

bajtos commented 3 months ago

Yay, this change fixed the problem, at least on macOS 💪🏻