ci
Some checks failed
Rust / build-size-gnu-unstable (pull_request) Has been cancelled
Rust / build-size-musl-unstable (pull_request) Has been cancelled
Rust / build-gnu-apt (pull_request) Has been cancelled
Rust / build-musl-beta (pull_request) Failing after 50s

This commit is contained in:
Vinzenz Schroeter 2025-05-04 01:36:20 +02:00
parent 1766e0cb81
commit 4fc2aea56f

View file

@ -53,9 +53,9 @@ jobs:
run: rustup toolchain install beta -t aarch64-unknown-linux-musl --no-self-update && rustup component add --toolchain beta rust-src
- name: build example -- musl release
run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=release MUSL=1 CARGO="rustup run beta cargo"
run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=release MUSL=1 CARGO="rustup run beta cargo" CC=musl-gcc
- name: build example -- musl debug
run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=debug MUSL=1 CARGO="rustup run beta cargo"
run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=debug MUSL=1 CARGO="rustup run beta cargo" CC=musl-gcc
build-size-gnu-unstable:
runs-on: ubuntu-latest