ci
This commit is contained in:
parent
1766e0cb81
commit
4fc2aea56f
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue