File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 46
46
- armv7-unknown-linux-gnueabihf
47
47
# - armv7-unknown-linux-musleabihf # "cannot produce cdylib ... as the target `armv7-unknown-linux-musleabihf` does not support these crate types"
48
48
- x86_64-unknown-linux-gnu
49
- # - x86_64-unknown-linux-musl # cannot produce cdylib ... as the target `x86_64-unknown-linux-musl` does not support these crate types
49
+ - x86_64-unknown-linux-musl # cannot produce cdylib ... as the target `x86_64-unknown-linux-musl` does not support these crate types
50
50
- aarch64-unknown-linux-gnu
51
51
# - aarch64-unknown-linux-musl # cannot produce cdylib for ... as the target `aarch64-unknown-linux-musl` does not support these crate types
52
52
steps :
66
66
- run : sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
67
67
- run : rustup target add ${{ matrix.target }}
68
68
- run : cargo build --examples --verbose --target ${{ matrix.target }}
69
+ env :
70
+ RUSTFLAGS : " -C target-feature=-crt-static"
69
71
- name : Upload artifacts
70
72
uses : actions/upload-artifact@v2
71
73
with :
You can’t perform that action at this time.
0 commit comments