aboutsummaryrefslogtreecommitdiff
path: root/libc/ci/build.sh
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-06-01 11:46:58 -0700
committerDaniel Mueller <deso@posteo.net>2019-06-01 11:46:58 -0700
commit61f2baa0af6b2a54e0c109e5f73c8ff25f9f2ca6 (patch)
tree7526c0aca9a6ec34826a55cad24dd4a3457364f0 /libc/ci/build.sh
parent7c880699bb9a49037c09b1be990e677a1857af7a (diff)
downloadnitrocli-61f2baa0af6b2a54e0c109e5f73c8ff25f9f2ca6.tar.gz
nitrocli-61f2baa0af6b2a54e0c109e5f73c8ff25f9f2ca6.tar.bz2
Update libc crate to 0.2.57
This change updates the libc crate to version 0.2.57. Import subrepo libc/:libc at cdc48ea36d8d2890dba38e8f779001e6855339a2
Diffstat (limited to 'libc/ci/build.sh')
-rw-r--r--libc/ci/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/ci/build.sh b/libc/ci/build.sh
index eb07c18..707dd4a 100644
--- a/libc/ci/build.sh
+++ b/libc/ci/build.sh
@@ -23,6 +23,11 @@ test_target() {
# See https://github.com/rust-lang/rust/issues/45417
opt="--release"
fi
+ # FIXME: https://github.com/rust-lang/rust/issues/61174
+ if [ "${TARGET}" = "sparcv9-sun-solaris" ] ||
+ [ "${TARGET}" = "x86_64-sun-solaris" ]; then
+ return 0
+ fi
# If there is a std component, fetch it:
if [ "${NO_STD}" != "1" ]; then
@@ -170,6 +175,7 @@ done
RUST_LINUX_NO_CORE_TARGETS="\
aarch64-pc-windows-msvc \
aarch64-unknown-cloudabi \
+aarch64-unknown-freebsd \
aarch64-unknown-hermit \
aarch64-unknown-netbsd \
aarch64-unknown-openbsd \
@@ -189,6 +195,7 @@ mipsel-unknown-linux-uclibc \
nvptx64-nvidia-cuda \
powerpc-unknown-linux-gnuspe \
powerpc-unknown-netbsd \
+powerpc64-unknown-freebsd \
riscv32imac-unknown-none-elf \
riscv32imc-unknown-none-elf \
sparc64-unknown-netbsd \