about summary refs log tree commit diff
path: root/src/ci
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 /src/ci
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.
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/dist-various-1/Dockerfile1
1 files changed, 1 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