summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-03-03 00:39:31 +0100
committerStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-03-03 00:39:31 +0100
commit682b8af2867288f27f181dd20720419b537ef502 (patch)
tree3b3f8061a03800bb9c046916ff3570cbb0d5c097 /ci
parent585d45a1f315818d6c4fae985e5ce732525f8f71 (diff)
downloadrust-libc-682b8af2867288f27f181dd20720419b537ef502.tar.gz
add target "hermit" to build.sh
Diffstat (limited to 'ci')
-rw-r--r--ci/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 74727a3313..b830ceb0f2 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -167,7 +167,9 @@ done
# FIXME: https://github.com/rust-lang/rust/issues/58564
# sparc-unknown-linux-gnu
RUST_LINUX_NO_CORE_TARGETS="\
+x86_64-unknown-hermit \
x86_64-unknown-dragonfly \
+aarch64-unknown-hermit \
aarch64-pc-windows-msvc \
aarch64-unknown-cloudabi \
armebv7r-none-eabi \