File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,14 @@ matrix:
147
147
- rustup target add x86_64-sun-solaris
148
148
- rustup target add x86_64-unknown-cloudabi
149
149
- rustup target add x86_64-unknown-freebsd
150
- - rustup target add x86_64-unknown-fuchsia
150
+ # - rustup target add x86_64-unknown-fuchsia
151
151
- rustup target add x86_64-unknown-netbsd
152
152
- rustup target add x86_64-unknown-redox
153
153
script :
154
154
- cargo build --target=x86_64-sun-solaris --all-features
155
155
- cargo build --target=x86_64-unknown-cloudabi --all-features
156
156
- cargo build --target=x86_64-unknown-freebsd --all-features
157
- - cargo build --target=x86_64-unknown-fuchsia --all-features
157
+ # - cargo build --target=x86_64-unknown-fuchsia --all-features
158
158
- cargo build --target=x86_64-unknown-netbsd --all-features
159
159
- cargo build --target=x86_64-unknown-redox --all-features
160
160
You can’t perform that action at this time.
0 commit comments