File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ targets = [
65
65
" aarch64-linux-android" ,
66
66
" x86_64-apple-darwin" ,
67
67
" x86_64-pc-windows-msvc" ,
68
- " x86_64-sun -solaris" ,
68
+ " x86_64-pc -solaris" ,
69
69
" x86_64-unknown-dragonfly" ,
70
70
" x86_64-unknown-freebsd" ,
71
71
" 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