Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Apr 1, 2024
1 parent 2825032 commit 7a8706a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xdg-utils \
wget \
# libgccjit dependencies
libgccjit-12-dev \
flex \
libmpfr-dev \
libgmp-dev \
Expand All @@ -67,6 +68,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh

RUN echo "debugging"
RUN echo "BEGIN $DOWNLOAD_RUSTC END"

# Fix rustc_codegen_gcc lto issues.
ENV GCC_EXEC_PREFIX="/usr/lib/gcc/"

Expand Down

0 comments on commit 7a8706a

Please sign in to comment.