Skip to content

Commit 6f2bed2

Browse files
committed
install cargo nextest in Docker
1 parent 8dcc1a9 commit 6f2bed2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/cross-linux-riscv64/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ ENV CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER="$CROSS_TOOLCHAIN_PREFIX"gcc
6363

6464
RUN rustup target add riscv64gc-unknown-linux-gnu --toolchain 1.87-x86_64-unknown-linux-gnu
6565

66+
# quickly install cargo nextest by using pre-built binary
67+
RUN curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
68+
6669
#compile libssl-dev for riscv64!
6770
COPY build_openssl.sh /
6871
RUN /build_openssl.sh

0 commit comments

Comments
 (0)