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 2825032 commit 7ca076dCopy full SHA for 7ca076d
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
@@ -17,8 +17,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
17
pkg-config \
18
xz-utils \
19
mingw-w64 \
20
+ libgccjit-12-dev \
21
&& rm -rf /var/lib/apt/lists/*
22
23
+RUN echo "debugging"
24
+RUN echo "BEGIN $DOWNLOAD_RUSTC END"
25
+
26
COPY scripts/sccache.sh /scripts/
27
RUN sh /scripts/sccache.sh
28
0 commit comments