Skip to content

Commit 1cebc4a

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 041254b commit 1cebc4a

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
@@ -98,6 +98,7 @@ static TARGETS: &'static [&'static str] = &[
9898
"thumbv7em-none-eabi",
9999
"thumbv7em-none-eabihf",
100100
"thumbv7m-none-eabi",
101+
"thumbv8m.main-none-eabi",
101102
"wasm32-unknown-emscripten",
102103
"wasm32-unknown-unknown",
103104
"x86_64-apple-darwin",

0 commit comments

Comments
 (0)