split jobs?
Some checks failed
Rust / build-musl-beta (pull_request) Failing after 48s
Rust / build-size-musl-unstable (pull_request) Failing after 48s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m10s
Rust / build-gnu-apt (pull_request) Successful in 4m18s

This commit is contained in:
Vinzenz Schroeter 2025-05-03 23:58:49 +02:00
parent 64728879c9
commit c2be920c27
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ jobs:
- name: Install toolchain
run: sudo apt-get install -qy liblzma-dev gcc make pkgconf musl-dev musl-tools rustup
- name: install rust target
run: rustup toolchain install beta -t aarch64-unknown-linux-musl --no-self-update
run: rustup toolchain install beta -t aarch64-unknown-linux-musl -c rust-src --no-self-update
- 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"

View file

@ -92,7 +92,7 @@ all: $(_bins)
clean: clean-c clean-rust
clean-c:
rm -r out || true
rm -r $(OUT_DIR) || true
clean-rust:
rm $(SERVICEPOINT_HEADER_OUT)/servicepoint.h || true