File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ targets = [
62
62
" aarch64-linux-android" ,
63
63
" x86_64-apple-darwin" ,
64
64
" x86_64-pc-windows-msvc" ,
65
- " x86_64-sun -solaris" ,
65
+ " x86_64-pc -solaris" ,
66
66
" x86_64-unknown-dragonfly" ,
67
67
" x86_64-unknown-freebsd" ,
68
68
" x86_64-unknown-linux-gnu" ,
Original file line number Diff line number Diff line change 1
1
# Targets available via Rustup that are supported.
2
- TARGETS ?= "aarch64-apple-ios" "aarch64-linux-android" "x86_64-apple-darwin" "x86_64-pc-windows-msvc" "x86_64-sun -solaris" "x86_64-unknown-freebsd" "x86_64-unknown-linux-gnu" "x86_64-unknown-netbsd"
2
+ TARGETS ?= "aarch64-apple-ios" "aarch64-linux-android" "x86_64-apple-darwin" "x86_64-pc-windows-msvc" "x86_64-pc -solaris" "x86_64-unknown-freebsd" "x86_64-unknown-linux-gnu" "x86_64-unknown-netbsd"
3
3
4
4
test :
5
5
cargo test --all-features
Original file line number Diff line number Diff line change 32
32
33
33
Solaris :
34
34
vmImage : ubuntu-16.04
35
- target : x86_64-sun -solaris
35
+ target : x86_64-pc -solaris
36
36
37
37
pool :
38
38
vmImage : $(vmImage)
You can’t perform that action at this time.
0 commit comments