Skip to content

Commit 7a8706a

Browse files
committed
debugging
Signed-off-by: onur-ozkan <[email protected]>
1 parent 2825032 commit 7a8706a

File tree

1 file changed

+4
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+4
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5757
xdg-utils \
5858
wget \
5959
# libgccjit dependencies
60+
libgccjit-12-dev \
6061
flex \
6162
libmpfr-dev \
6263
libgmp-dev \
@@ -67,6 +68,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6768
COPY scripts/sccache.sh /scripts/
6869
RUN sh /scripts/sccache.sh
6970

71+
RUN echo "debugging"
72+
RUN echo "BEGIN $DOWNLOAD_RUSTC END"
73+
7074
# Fix rustc_codegen_gcc lto issues.
7175
ENV GCC_EXEC_PREFIX="/usr/lib/gcc/"
7276

0 commit comments

Comments
 (0)