Skip to content

Commit 40388ef

Browse files
committed
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.
1 parent 664c779 commit 40388ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ci/docker/dist-various-1/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ ENV TARGETS=$TARGETS,thumbv6m-none-eabi
103103
ENV TARGETS=$TARGETS,thumbv7m-none-eabi
104104
ENV TARGETS=$TARGETS,thumbv7em-none-eabi
105105
ENV TARGETS=$TARGETS,thumbv7em-none-eabihf
106+
ENV TARGETS=$TARGETS,thumbv8m.main-none-eabi
106107
ENV TARGETS=$TARGETS,riscv32imc-unknown-none-elf
107108
ENV TARGETS=$TARGETS,riscv32imac-unknown-none-elf
108109
ENV TARGETS=$TARGETS,armebv7r-none-eabi

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ static TARGETS: &'static [&'static str] = &[
9090
"thumbv7em-none-eabi",
9191
"thumbv7em-none-eabihf",
9292
"thumbv7m-none-eabi",
93+
"thumbv8m.main-none-eabi",
9394
"wasm32-unknown-emscripten",
9495
"wasm32-unknown-unknown",
9596
"x86_64-apple-darwin",

0 commit comments

Comments
 (0)