FIX: Compiling oxipng didn't work on aarch64 (#694)
authorGerhard Schlager <gerhard.schlager@discourse.org>
Mon, 13 Mar 2023 09:55:15 +0000 (10:55 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 09:55:15 +0000 (10:55 +0100)
commitbe563a4df5e5cf79750e0d7abe66ae00c102029e
tree372b2631801dd8cb4778abd4a554edeb9619fe19
parent6c2c026ad32b47fb9dad013b6f8889a707e66a53
FIX: Compiling oxipng didn't work on aarch64 (#694)

This uses the new sparse-registry feature from Rust 1.68 which lowers the memory usage. This avoids that cargo is killed due to an OOM issue (exit code 137) during "Updating crates.io index".
.github/workflows/build.yml
image/base/install-oxipng
image/base/install-rust