Skip to content

Commit 5786455

Browse files
committed
Auto merge of #2096 - JohnTitor:fix-semver-check, r=JohnTitor
Revert the solaris target renaming for semver check The semver check uses an old nightly and it doesn't have the renamed target yet, I completely forgot it. r? `@ghost`
2 parents fd68b7c + d6c42cf commit 5786455

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/semver.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ rustup component add rustc-dev llvm-tools-preview
1818
# Should update the nightly version in bors CI config if we touch this.
1919
cargo install --locked --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
2020

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.
2123
TARGETS=
2224
case "${OS}" in
2325
*linux*)
@@ -39,7 +41,7 @@ x86_64-unknown-freebsd \
3941
x86_64-unknown-linux-gnu \
4042
x86_64-unknown-linux-musl \
4143
x86_64-unknown-netbsd \
42-
x86_64-pc-solaris \
44+
x86_64-sun-solaris \
4345
x86_64-fuchsia \
4446
x86_64-pc-windows-gnu \
4547
x86_64-unknown-linux-gnux32 \

0 commit comments

Comments
 (0)