Skip to content

Commit 7ca076d

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717
pkg-config \
1818
xz-utils \
1919
mingw-w64 \
20+
libgccjit-12-dev \
2021
&& rm -rf /var/lib/apt/lists/*
2122

23+
RUN echo "debugging"
24+
RUN echo "BEGIN $DOWNLOAD_RUSTC END"
25+
2226
COPY scripts/sccache.sh /scripts/
2327
RUN sh /scripts/sccache.sh
2428

0 commit comments

Comments
 (0)