File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
ci/docker/loongarch64-unknown-linux-gnu Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 5656 - target : riscv64gc-unknown-linux-gnu
5757 rust : stable
5858 os : ubuntu-latest
59+ - target : loongarch64-unknown-linux-gnu
60+ rust : stable
61+ os : ubuntu-latest
5962 - target : x86_64-unknown-linux-musl
6063 rust : stable
6164 os : ubuntu-latest
Original file line number Diff line number Diff line change 1+ FROM ubuntu:24.04
2+
3+ RUN apt-get update -y && apt-get install -y --no-install-recommends \
4+ ca-certificates \
5+ make \
6+ perl \
7+ gcc \
8+ libc6-dev \
9+ gcc-14-loongarch64-linux-gnu \
10+ libc6-dev-loong64-cross
11+ ENV CC_loongarch64_unknown_linux_gnu=loongarch64-linux-gnu-gcc-14 \
12+ CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_GNU_RUNNER=echo \
13+ CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_GNU_LINKER=loongarch64-linux-gnu-gcc-14
You can’t perform that action at this time.
0 commit comments