Compare commits

..

2 commits

Author SHA1 Message Date
Vinzenz Schroeter 5ee324d8c1 remove musl builds
Some checks failed
Rust / build-size-gnu-unstable (pull_request) Has been cancelled
Rust / build-gnu-apt (pull_request) Has been cancelled
2025-05-04 12:25:07 +02:00
Vinzenz Schroeter c8674dc338 build all variations in CI to keep track of what works 2025-05-04 12:25:07 +02:00

View file

@ -53,4 +53,4 @@ jobs:
run: rustup toolchain install nightly -t aarch64-unknown-linux-gnu -c rust-src --no-self-update
- name: build example -- glibc size-optimized
run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=size-optimized CARGO="rustup run nightly cargo" LTO=1
run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=size-optimized CARGO="rustup run nightly cargo"