oxipng/.github/workflows
Alejandro González 1bb7109804
Another AArch64 Linux musl build fix attempt
After testing more thoroughly on my box, it turned out that the libgcc
linking workaround should indeed fix our build errors, but on CI that
did not happen because the `RUSTFLAGS` environment variable is set,
which takes precedence over any configuration at `.cargo/config.toml`.
Therefore, let's also add the workaround to `RUSTFLAGS` on the CI
workflow definition.

This should be a satisfactory enough stopgap solution that does not
require ourselves to be pinned to a specific nightly or drop these
builds until https://github.com/rust-lang/rust/issues/128401 is sorted
out.
2024-08-07 20:54:30 +02:00
..
deploy.yml Bump dawidd6/action-download-artifact from 3 to 6 2024-07-10 08:39:30 +12:00
oxipng.yml Another AArch64 Linux musl build fix attempt 2024-08-07 20:54:30 +02:00