We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcc1a9 commit 6f2bed2Copy full SHA for 6f2bed2
.github/cross-linux-riscv64/Dockerfile
@@ -63,6 +63,9 @@ ENV CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER="$CROSS_TOOLCHAIN_PREFIX"gcc
63
64
RUN rustup target add riscv64gc-unknown-linux-gnu --toolchain 1.87-x86_64-unknown-linux-gnu
65
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
+
69
#compile libssl-dev for riscv64!
70
COPY build_openssl.sh /
71
RUN /build_openssl.sh
0 commit comments