diff options
| author | bors <bors@rust-lang.org> | 2022-11-26 02:43:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-11-26 02:43:08 +0000 |
| commit | 5fa44b54641cac7dc47964870d08b4ec82fc8157 (patch) | |
| tree | 03f94e27457a52bdd9c461d7133f2ee26918c6e5 /src | |
| parent | aff003becd8b6bf803202e958623031274ad69c9 (diff) | |
| parent | 1c69ad3bfb5126f0e2b287533a0df793b023567d (diff) | |
| download | rust-5fa44b54641cac7dc47964870d08b4ec82fc8157.tar.gz rust-5fa44b54641cac7dc47964870d08b4ec82fc8157.zip | |
Auto merge of #104431 - alistair23:alistair/rv64-profiler, r=Mark-Simulacrum
Enable profiler in dist-riscv64-linux Build the profiler runtime to allow using -C profile-generate and -C instrument-coverage on riscv64-linux. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-riscv64-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-riscv64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-riscv64-linux/Dockerfile index 88b8c7ea3c7..397f9538b8b 100644 --- a/src/ci/docker/host-x86_64/dist-riscv64-linux/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-riscv64-linux/Dockerfile @@ -27,5 +27,5 @@ ENV CC_riscv64gc_unknown_linux_gnu=riscv64-unknown-linux-gnu-gcc \ ENV HOSTS=riscv64gc-unknown-linux-gnu -ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs +ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs ENV SCRIPT python3 ../x.py dist --target $HOSTS --host $HOSTS |
