diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-03-02 16:27:20 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-03-02 16:27:20 +0900 |
commit | d96c9a2d8ed0a64183104d770c66832b20d6e345 (patch) | |
tree | 36de78ed00bd9a08a791f84d71594410f69efa4f /ci/semver.sh | |
parent | a6dc5bc088cb4a222e9847dc4232ac744d6e28b9 (diff) | |
download | rust-libc-d96c9a2d8ed0a64183104d770c66832b20d6e345.tar.gz |
Replace `x86_64-sun-solaris` with `x86_64-pc-solaris`
Diffstat (limited to 'ci/semver.sh')
-rw-r--r-- | ci/semver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/semver.sh b/ci/semver.sh index 6d6dfd17d8..a6027f2e83 100644 --- a/ci/semver.sh +++ b/ci/semver.sh @@ -39,7 +39,7 @@ x86_64-unknown-freebsd \ x86_64-unknown-linux-gnu \ x86_64-unknown-linux-musl \ x86_64-unknown-netbsd \ -x86_64-sun-solaris \ +x86_64-pc-solaris \ x86_64-fuchsia \ x86_64-pc-windows-gnu \ x86_64-unknown-linux-gnux32 \ |