From d96c9a2d8ed0a64183104d770c66832b20d6e345 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 2 Mar 2021 16:27:20 +0900 Subject: [PATCH] Replace `x86_64-sun-solaris` with `x86_64-pc-solaris` --- ci/build.sh | 2 +- ci/semver.sh | 2 +- src/unix/solarish/mod.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 9228b4371d3c0..51ce8bc348b43 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -130,7 +130,6 @@ RUST_GT_1_19_LINUX_TARGETS="\ aarch64-unknown-linux-musl \ sparcv9-sun-solaris \ wasm32-unknown-unknown \ -x86_64-sun-solaris \ " RUST_GT_1_24_LINUX_TARGETS="\ i586-unknown-linux-musl \ @@ -145,6 +144,7 @@ riscv64gc-unknown-linux-gnu \ wasm32-wasi \ x86_64-fortanix-unknown-sgx \ x86_64-fuchsia \ +x86_64-pc-solaris \ x86_64-pc-windows-gnu \ x86_64-unknown-illumos \ x86_64-unknown-linux-gnux32 \ diff --git a/ci/semver.sh b/ci/semver.sh index 6d6dfd17d88bd..a6027f2e83f9c 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 \ diff --git a/src/unix/solarish/mod.rs b/src/unix/solarish/mod.rs index 480219b7cce31..2db4916a52fc9 100644 --- a/src/unix/solarish/mod.rs +++ b/src/unix/solarish/mod.rs @@ -2551,7 +2551,7 @@ extern "C" { // The epoll functions are actually only present on illumos. However, // there are things using epoll on illumos (built using the - // x86_64-sun-solaris target) which would break until the illumos target is + // x86_64-pc-solaris target) which would break until the illumos target is // present in rustc. pub fn epoll_pwait( epfd: ::c_int,