Skip to content

Commit 1c69ad3

Browse files
committed
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 <[email protected]>
1 parent 96ddd32 commit 1c69ad3

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/dist-riscv64-linux

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-riscv64-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ ENV CC_riscv64gc_unknown_linux_gnu=riscv64-unknown-linux-gnu-gcc \
2727

2828
ENV HOSTS=riscv64gc-unknown-linux-gnu
2929

30-
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
30+
ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs
3131
ENV SCRIPT python3 ../x.py dist --target $HOSTS --host $HOSTS

0 commit comments

Comments
 (0)