File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 58
58
x86_64-apple-darwin
59
59
x86_64-unknown-freebsd
60
60
x86_64-unknown-netbsd
61
- x86_64-fuchsia
62
61
x86_64-unknown-illumos
63
62
i686-unknown-linux-gnu
64
63
i686-unknown-linux-musl
76
75
sparcv9-sun-solaris
77
76
aarch64-linux-android
78
77
aarch64-apple-ios
78
+ - if : matrix.rust == 'nightly'
79
+ run : rustup target add x86_64-unknown-fuchsia
80
+ - if : matrix.rust != 'nightly'
81
+ run : rustup target add x86_64-fuchsia
82
+
79
83
- name : Install cross-compilation tools
80
84
run : |
81
85
set -ex
@@ -98,7 +102,10 @@ jobs:
98
102
- run : cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets
99
103
- run : cargo check --workspace --release -vv --target=x86_64-unknown-freebsd --features=all-apis --all-targets
100
104
- run : cargo check --workspace --release -vv --target=x86_64-unknown-netbsd --features=all-apis --all-targets
101
- - run : cargo check --workspace --release -vv --target=x86_64-fuchsia --features=all-apis --all-targets
105
+ - if : matrix.rust == 'nightly'
106
+ run : cargo check --workspace --release -vv --target=x86_64-unknown-fuchsia --features=all-apis --all-targets
107
+ - if : matrix.rust != 'nightly'
108
+ run : cargo check --workspace --release -vv --target=x86_64-fuchsia --features=all-apis --all-targets
102
109
- run : cargo check --workspace --release -vv --target=x86_64-unknown-illumos --features=all-apis --all-targets
103
110
- run : cargo check --workspace --release -vv --target=i686-unknown-linux-gnu --features=all-apis --all-targets
104
111
- run : cargo check --workspace --release -vv --target=i686-unknown-linux-musl --features=all-apis --all-targets
You can’t perform that action at this time.
0 commit comments