File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ rustup component add rustc-dev llvm-tools-preview
18
18
# Should update the nightly version in bors CI config if we touch this.
19
19
cargo install --locked --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
20
20
21
+ # FIXME: Replace `x86_64-sun-solaris` with `x86_64-pc-solaris`
22
+ # when we update the nightly date for semverver to nightly-2021-03-02 or later.
21
23
TARGETS=
22
24
case " ${OS} " in
23
25
* linux* )
@@ -39,7 +41,7 @@ x86_64-unknown-freebsd \
39
41
x86_64-unknown-linux-gnu \
40
42
x86_64-unknown-linux-musl \
41
43
x86_64-unknown-netbsd \
42
- x86_64-pc -solaris \
44
+ x86_64-sun -solaris \
43
45
x86_64-fuchsia \
44
46
x86_64-pc-windows-gnu \
45
47
x86_64-unknown-linux-gnux32 \
You can’t perform that action at this time.
0 commit comments