about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorHugues de Valon <hugues.devalon@arm.com>2019-03-12 13:58:05 +0000
committerHugues de Valon <hugues.devalon@arm.com>2019-04-03 15:02:13 +0100
commite83349975b549ec9fa54cd590843607a9a60fb66 (patch)
tree220a88b90cd6e076d024eebbaa65d22043e07c99 /src/ci/docker
parent546cb21f580ae3d4e0bf42ccecfad4a34defebe7 (diff)
downloadrust-e83349975b549ec9fa54cd590843607a9a60fb66.tar.gz
rust-e83349975b549ec9fa54cd590843607a9a60fb66.zip
Add dist builder for Armv8-M Baseline and HF
This commit adds the Armv8-M Baseline and Armv8-M Mainline with
FPU targets 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/docker')
-rw-r--r--src/ci/docker/dist-various-1/Dockerfile2
1 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 f80293b182e..a722a418391 100644
--- a/src/ci/docker/dist-various-1/Dockerfile
+++ b/src/ci/docker/dist-various-1/Dockerfile
@@ -109,7 +109,9 @@ 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.base-none-eabi
 ENV TARGETS=$TARGETS,thumbv8m.main-none-eabi
+ENV TARGETS=$TARGETS,thumbv8m.main-none-eabihf
 ENV TARGETS=$TARGETS,riscv32imc-unknown-none-elf
 ENV TARGETS=$TARGETS,riscv32imac-unknown-none-elf
 ENV TARGETS=$TARGETS,riscv64imac-unknown-none-elf