File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,14 @@ matrix:
147147 - rustup target add x86_64-sun-solaris
148148 - rustup target add x86_64-unknown-cloudabi
149149 - rustup target add x86_64-unknown-freebsd
150- - rustup target add x86_64-unknown-fuchsia
150+ # - rustup target add x86_64-unknown-fuchsia
151151 - rustup target add x86_64-unknown-netbsd
152152 - rustup target add x86_64-unknown-redox
153153 script :
154154 - cargo build --target=x86_64-sun-solaris --all-features
155155 - cargo build --target=x86_64-unknown-cloudabi --all-features
156156 - 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
158158 - cargo build --target=x86_64-unknown-netbsd --all-features
159159 - cargo build --target=x86_64-unknown-redox --all-features
160160
You can’t perform that action at this time.
0 commit comments