We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2825032 commit 7a8706aCopy full SHA for 7a8706a
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -57,6 +57,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
57
xdg-utils \
58
wget \
59
# libgccjit dependencies
60
+ libgccjit-12-dev \
61
flex \
62
libmpfr-dev \
63
libgmp-dev \
@@ -67,6 +68,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
67
68
COPY scripts/sccache.sh /scripts/
69
RUN sh /scripts/sccache.sh
70
71
+RUN echo "debugging"
72
+RUN echo "BEGIN $DOWNLOAD_RUSTC END"
73
+
74
# Fix rustc_codegen_gcc lto issues.
75
ENV GCC_EXEC_PREFIX="/usr/lib/gcc/"
76
0 commit comments