This repository was archived by the owner on Sep 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5252 uses : dtolnay/rust-toolchain@stable
5353 with :
5454 targets : |
55- x86_64-unknown-linux-musl
56- aarch64-unknown-linux-musl
55+ x86_64-unknown-linux-gnu
56+ aarch64-unknown-linux-gnu
5757 x86_64-apple-darwin
5858 aarch64-apple-darwin
5959
6666 version : 0.11.0
6767
6868 - name : Install cargo-zigbuild
69- run : curl -L https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.17 .3/cargo-zigbuild-v0.17 .3.x86_64-unknown-linux-musl.tar.gz | tar -z -x -C /usr/local/bin
69+ run : curl -L https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.18 .3/cargo-zigbuild-v0.18 .3.x86_64-unknown-linux-musl.tar.gz | tar -z -x -C /usr/local/bin
7070
7171 - name : Download the macOS SDK
7272 run : curl -L "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" | tar -J -x -C /opt
9696 # See https://github.com/rust-cross/cargo-zigbuild/issues/165
9797 run : |
9898 cargo clean -p '' \
99- --target x86_64-unknown-linux-musl \
100- --target aarch64-unknown-linux-musl \
99+ --target x86_64-unknown-linux-gnu \
100+ --target aarch64-unknown-linux-gnu \
101101 --target x86_64-apple-darwin \
102102 --target aarch64-apple-darwin \
103103 || true
@@ -106,8 +106,8 @@ jobs:
106106 run : |
107107 cargo zigbuild \
108108 --release \
109- --target x86_64-unknown-linux-musl \
110- --target aarch64-unknown-linux-musl \
109+ --target x86_64-unknown-linux-gnu.2.17 \
110+ --target aarch64-unknown-linux-gnu.2.17 \
111111 --target x86_64-apple-darwin \
112112 --target aarch64-apple-darwin \
113113 --no-default-features \
You can’t perform that action at this time.
0 commit comments