Round 3 of gcc-12 attempts (#1293)

Fixes #1271
This commit is contained in:
Alex Kremer
2024-03-26 12:06:30 +00:00
committed by GitHub
parent 8240508d19
commit 1be4d5186d
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ RUN wget "https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-${
&& tar xf "gcc-${GCC12_VERSION}.tar.gz" \
&& cd "gcc-${GCC12_VERSION}" \
&& mkdir build && cd build \
&& ../configure --enable-languages=c,c++ --disable-multilib --with-build-config='bootstrap-lto' \
&& ../configure --enable-languages=c,c++ --disable-multilib --with-build-config='bootstrap-03' \
&& make -j$(nproc) profiledbootstrap && make install-strip
# Install ccache from source