BlackDex d98f95f536
Fix building mimalloc on armv6
The armv6 builds need a specific location for the libatomic.a file.
This commit fixes that by adding a RUSTFLAGS argument for this.

Also removed the `link-arg=-s` since this is now already done during via the release profile
And removed the CFLAGS for armv7, this is already fixed by default in the blackdex/rust-musl images.
2022-03-27 14:45:50 +02:00
..
2022-03-27 14:45:50 +02:00
2022-03-27 14:45:50 +02:00
2022-03-27 14:45:50 +02:00
2022-03-27 14:45:50 +02:00
2022-03-27 14:45:50 +02:00
2020-03-25 20:13:36 -07:00
2021-09-13 14:42:15 +02:00
2020-07-15 20:03:34 -07:00

The arch-specific directory names follow the arch identifiers used by the Docker official images:

https://github.com/docker-library/official-images/blob/master/README.md#architectures-other-than-amd64