diff options
| author | Ralf Jung <post@ralfj.de> | 2020-06-20 16:39:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-20 16:39:51 +0200 |
| commit | 77efcab0f2badb39ba4605ae40337e7bda51fa81 (patch) | |
| tree | 853d57f0605ba9d5311d2985532f8eadd9a38df7 /src/bootstrap | |
| parent | 913aac8ac2c1037184f87948259eefa9530f1df3 (diff) | |
| parent | 086eaf8f69b736a7f4b6b8ee232540993d0c255d (diff) | |
| download | rust-77efcab0f2badb39ba4605ae40337e7bda51fa81.tar.gz rust-77efcab0f2badb39ba4605ae40337e7bda51fa81.zip | |
Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini
RISC-V Emulated Testing Adds a disabled docker image on which to run RISC-V tests. Based on the armhf image. Test using ``` ./src/ci/docker/run.sh riscv64gc-linux ``` cc: @msizanoen1
Diffstat (limited to 'src/bootstrap')
| -rwxr-xr-x | src/bootstrap/configure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index d1e53db573e..47673ce1e87 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -141,6 +141,8 @@ v("qemu-armhf-rootfs", "target.arm-unknown-linux-gnueabihf.qemu-rootfs", "rootfs in qemu testing, you probably don't want to use this") v("qemu-aarch64-rootfs", "target.aarch64-unknown-linux-gnu.qemu-rootfs", "rootfs in qemu testing, you probably don't want to use this") +v("qemu-riscv64-rootfs", "target.riscv64gc-unknown-linux-gnu.qemu-rootfs", + "rootfs in qemu testing, you probably don't want to use this") v("experimental-targets", "llvm.experimental-targets", "experimental LLVM targets to build") v("release-channel", "rust.channel", "the name of the release channel to build") |
