File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ matrix:
87
87
- rustup target add x86_64-sun-solaris
88
88
- rustup target add x86_64-unknown-cloudabi
89
89
- rustup target add x86_64-unknown-freebsd
90
- - rustup target add x86_64-unknown-fuchsia
90
+ # - rustup target add x86_64-unknown-fuchsia
91
91
- rustup target add x86_64-unknown-netbsd
92
92
- rustup target add x86_64-unknown-redox
93
93
script :
94
94
- cargo build --target=x86_64-sun-solaris --all-features
95
95
- cargo build --target=x86_64-unknown-cloudabi --all-features
96
96
- cargo build --target=x86_64-unknown-freebsd --all-features
97
- - cargo build --target=x86_64-unknown-fuchsia --all-features
97
+ # - cargo build --target=x86_64-unknown-fuchsia --all-features
98
98
- cargo build --target=x86_64-unknown-netbsd --all-features
99
99
- cargo build --target=x86_64-unknown-redox --all-features
100
100
Original file line number Diff line number Diff line change 3
3
set -ex
4
4
5
5
main () {
6
- - cross test --target $TARGET
7
- - cross test --target $TARGET --benches
8
- - cross test --target $TARGET --examples
6
+ cross test --target $TARGET
7
+ cross test --target $TARGET --benches
8
+ cross test --target $TARGET --examples
9
9
}
10
10
11
11
# we don't run the "test phase" when doing deploys
You can’t perform that action at this time.
0 commit comments