about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHugues de Valon <hugues.devalon@arm.com>2018-12-18 16:30:34 +0000
committerHugues de Valon <hugues.devalon@arm.com>2019-01-09 14:50:29 +0000
commit40388ef7be9e29bb0dbf930b5ba4615a245941ec (patch)
treebd5cb7ddade2f9b13311cb74c5d83f1fe999058e
parent664c7797f6bfddf9f5e67474c2fd8017f91d7110 (diff)
downloadrust-40388ef7be9e29bb0dbf930b5ba4615a245941ec.tar.gz
rust-40388ef7be9e29bb0dbf930b5ba4615a245941ec.zip
Add dist builder for Armv8-M Mainline
This commit adds the Armv8-M Mainline target in the list of targets that
get their dist components built. It also update the build-manifest so
that this target gets also its dist components uploaded.
-rw-r--r--src/ci/docker/dist-various-1/Dockerfile1
-rw-r--r--src/tools/build-manifest/src/main.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/docker/dist-various-1/Dockerfile b/src/ci/docker/dist-various-1/Dockerfile
index 4f8a3c0240e..f36ab13d5fd 100644
--- a/src/ci/docker/dist-various-1/Dockerfile
+++ b/src/ci/docker/dist-various-1/Dockerfile
@@ -103,6 +103,7 @@ ENV TARGETS=$TARGETS,thumbv6m-none-eabi
 ENV TARGETS=$TARGETS,thumbv7m-none-eabi
 ENV TARGETS=$TARGETS,thumbv7em-none-eabi
 ENV TARGETS=$TARGETS,thumbv7em-none-eabihf
+ENV TARGETS=$TARGETS,thumbv8m.main-none-eabi
 ENV TARGETS=$TARGETS,riscv32imc-unknown-none-elf
 ENV TARGETS=$TARGETS,riscv32imac-unknown-none-elf
 ENV TARGETS=$TARGETS,armebv7r-none-eabi
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index 574526c6a56..48989b0ea15 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -90,6 +90,7 @@ static TARGETS: &'static [&'static str] = &[
     "thumbv7em-none-eabi",
     "thumbv7em-none-eabihf",
     "thumbv7m-none-eabi",
+    "thumbv8m.main-none-eabi",
     "wasm32-unknown-emscripten",
     "wasm32-unknown-unknown",
     "x86_64-apple-darwin",