diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-24 19:19:28 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-26 11:27:05 +0200 |
| commit | 84fa5d8037c8f6122c5ed3f89bc687fe484b66bf (patch) | |
| tree | e06e7b1088d062ea39f2534175ab9b31b102edb3 | |
| parent | 3537d7b54c4870e144ac5a3b4d69f6d5297d5066 (diff) | |
| download | rust-84fa5d8037c8f6122c5ed3f89bc687fe484b66bf.tar.gz rust-84fa5d8037c8f6122c5ed3f89bc687fe484b66bf.zip | |
build rust-std components for the Cortex-R targets
| -rw-r--r-- | src/ci/docker/dist-various-1/Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ci/docker/dist-various-1/Dockerfile b/src/ci/docker/dist-various-1/Dockerfile index bfc5e712f76..b095c6a228f 100644 --- a/src/ci/docker/dist-various-1/Dockerfile +++ b/src/ci/docker/dist-various-1/Dockerfile @@ -103,6 +103,9 @@ ENV TARGETS=$TARGETS,thumbv7m-none-eabi ENV TARGETS=$TARGETS,thumbv7em-none-eabi ENV TARGETS=$TARGETS,thumbv7em-none-eabihf ENV TARGETS=$TARGETS,riscv32imac-unknown-none-elf +ENV TARGETS=$TARGETS,armebv7r-none-eabihf +ENV TARGETS=$TARGETS,armv7r-none-eabi +ENV TARGETS=$TARGETS,armv7r-none-eabihf ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \ CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \ @@ -120,7 +123,7 @@ ENV RUST_CONFIGURE_ARGS \ --enable-emscripten \ --disable-docs -ENV SCRIPT \ +ENV SCRIPT \ python2.7 ../x.py test --target $RUN_MAKE_TARGETS src/test/run-make && \ python2.7 ../x.py dist --target $TARGETS |
