File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,10 @@ ARG DEBIAN_FRONTEND=noninteractive
33
44FROM $CROSS_BASE_IMAGE
55
6- COPY .github/sccache.sh /
7-
86RUN apt-get update && \
97 apt-get install -y --no-install-recommends clang llvm && \
10- rm -rf /var/lib/apt/lists/* && \
11- chmod +x /sccache.sh && \
12- /sccache.sh "x86_64-unknown-linux-musl"
8+ rm -rf /var/lib/apt/lists/*
139
1410ENV CC=clang \
1511 CXX=clang++ \
16- AR=llvm-ar \
17- RUSTC_WRAPPER="/usr/bin/sccache" \
18- SCCACHE_DIR="/tmp/sccache"
12+ AR=llvm-ar
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424jobs :
2525 build :
2626 name : Build
27- uses : rust-proxy/workflows/.github/workflows/rust-build.yml@v1.0.12
27+ uses : rust-proxy/workflows/.github/workflows/rust-build.yml@main
2828 with :
2929 rust-toolchain : " stable"
3030 packages : " wind,tuic-server,tuic-client"
Original file line number Diff line number Diff line change 11[build .env ]
22passthrough = [" RUSTFLAGS" , " RUSTC_BOOTSTRAP" ]
3- volumes = [" /tmp=/tmp" ]
43
54# Use clang as the C/C++ compiler to avoid the aws-lc-sys GCC memcmp bug
65# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189
You can’t perform that action at this time.
0 commit comments