Skip to content

Commit

Permalink
Auto merge of #2096 - JohnTitor:fix-semver-check, r=JohnTitor
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bors committed Mar 2, 2021
2 parents fd68b7c + d6c42cf commit 5786455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/semver.sh
Expand Up @@ -18,6 +18,8 @@ rustup component add rustc-dev llvm-tools-preview
# Should update the nightly version in bors CI config if we touch this.
cargo install --locked --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4

# FIXME: Replace `x86_64-sun-solaris` with `x86_64-pc-solaris`
# when we update the nightly date for semverver to nightly-2021-03-02 or later.
TARGETS=
case "${OS}" in
*linux*)
Expand All @@ -39,7 +41,7 @@ x86_64-unknown-freebsd \
x86_64-unknown-linux-gnu \
x86_64-unknown-linux-musl \
x86_64-unknown-netbsd \
x86_64-pc-solaris \
x86_64-sun-solaris \
x86_64-fuchsia \
x86_64-pc-windows-gnu \
x86_64-unknown-linux-gnux32 \
Expand Down

0 comments on commit 5786455

Please sign in to comment.