Skip to content

Commit 2a9d374

Browse files
Merge #1690: ci: Bump GCC snapshot major version to 16
add146e ci: Bump GCC snapshot major version to 16 (Hennadii Stepanov) Pull request description: ACKs for top commit: maflcko: lgtm ACK add146e real-or-random: ACK add146e Tree-SHA512: 5569155f85982a4eed0d804963799962a1c0d20c5dde2432ce67b8ddca5a1f2dfebf796a5e8fc0603a06c8f159bd33f1ec620043db6f444134b9500b30513b27
2 parents 95db29b + add146e commit 2a9d374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/linux-debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
4040
apt-get clean && rm -rf /var/lib/apt/lists/*
4141

4242
# Build and install gcc snapshot
43-
ARG GCC_SNAPSHOT_MAJOR=15
43+
ARG GCC_SNAPSHOT_MAJOR=16
4444
RUN apt-get update && apt-get install --no-install-recommends -y wget libgmp-dev libmpfr-dev libmpc-dev flex && \
4545
mkdir gcc && cd gcc && \
4646
wget --progress=dot:giga --https-only --recursive --accept '*.tar.xz' --level 1 --no-directories "https://gcc.gnu.org/pub/gcc/snapshots/LATEST-${GCC_SNAPSHOT_MAJOR}" && \

0 commit comments

Comments
 (0)