Skip to content

Commit

Permalink
No longer use gcc-12 for this (gcc-14 is waaay more interesting)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Aug 18, 2024
1 parent 0ba5d3d commit c3ecad2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/builds-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,9 @@
retry: 2
before_script:
- if [ ! -z "$ACNG" ]; then sed -i -e "s,http://,$ACNG/," /etc/apt/sources.list.d/debian.sources; else echo "no proxy configured"; fi
- apt-get update
- apt-get -y install --no-install-recommends gcc-12 g++-12
- pushd $LINUX_BASEDIR
- autoreconf -f -i
- ./configure CC=gcc-12 CXX=g++-12 CFLAGS='-g -O2 -Wall -Werror -fanalyzer' CXXFLAGS='-g -O2 -Wall -fanalyzer -Werror'
- ./configure CFLAGS='-g -O2 -Wall -Werror -fanalyzer' CXXFLAGS='-g -O2 -Wall -fanalyzer -Werror'
- popd
script:
- pushd $LINUX_BASEDIR
Expand Down

0 comments on commit c3ecad2

Please sign in to comment.