about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2018-07-26 13:40:40 +0200
committerDavid Craven <david@craven.ch>2018-08-01 15:34:57 +0200
commit7a5e8bdc020e2c169cd65b01e5befb66dc5a41c8 (patch)
treecad43fbbaae1f07aa38ac14c4927f4cab2014076 /src/tools
parent302ddef1ac7a2cc7d2d9b8addaa467494a9a0c5c (diff)
downloadrust-7a5e8bdc020e2c169cd65b01e5befb66dc5a41c8.tar.gz
rust-7a5e8bdc020e2c169cd65b01e5befb66dc5a41c8.zip
[RISCV] Enable CI.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/build-manifest/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index bbce87a7c9a..fd8fb54503a 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -89,6 +89,7 @@ static TARGETS: &'static [&'static str] = &[
     "powerpc64-unknown-linux-gnu",
     "powerpc64le-unknown-linux-gnu",
     "powerpc64le-unknown-linux-musl",
+    "riscv32imac-unknown-none-elf",
     "s390x-unknown-linux-gnu",
     "sparc-unknown-linux-gnu",
     "sparc64-unknown-linux-gnu",