Round 4 of gcc-12 attempts (#1294)

Fixes #1271
This commit is contained in:
Alex Kremer
2024-03-26 12:29:46 +00:00
committed by GitHub
parent 1be4d5186d
commit 7e5f94c3fd

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-03' \
&& ../configure --enable-languages=c,c++ --disable-multilib --with-build-config='bootstrap-O3' \
&& make -j$(nproc) profiledbootstrap && make install-strip
# Install ccache from source