Compare commits

..

2 commits

Author SHA1 Message Date
Vinzenz Schroeter e659b84025 remove musl builds
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 4m15s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m11s
2025-05-04 12:27:49 +02:00
Vinzenz Schroeter 091b79887c build variations in CI to keep track of what works 2025-05-04 12:27:40 +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"
run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=size-optimized CARGO="rustup run nightly cargo" LTO=1