Skip to content

Commit 3a7840a

Browse files
committed
ci: fix cross target
1 parent 5dd3f74 commit 3a7840a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.cross/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ ARG DEBIAN_FRONTEND=noninteractive
33

44
FROM $CROSS_BASE_IMAGE
55

6-
ARG CROSS_BASE_IMAGE
7-
86
COPY .github/sccache.sh /
97

108
RUN apt-get update && \
119
apt-get install -y --no-install-recommends clang llvm && \
1210
rm -rf /var/lib/apt/lists/* && \
13-
target="${CROSS_BASE_IMAGE##*/}" && \
1411
chmod +x /sccache.sh && \
15-
/sccache.sh "${target%%:*}"
12+
/sccache.sh "x86_64-unknown-linux-musl"
1613

1714
ENV CC=clang \
1815
CXX=clang++ \

0 commit comments

Comments
 (0)