Skip to content

Commit 2b88322

Browse files
committed
use gcc 12
1 parent 256c267 commit 2b88322

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/prerequisites-centos9.sh

+3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ POWERTOOLS_REPO=crb
4848
sudo dnf --enablerepo="$POWERTOOLS_REPO" install -y \
4949
boost-static \
5050
snappy-devel \
51+
devtoolset-12 \
5152
double-conversion-devel
5253

54+
source /opt/rh/gcc-toolset-12/enable
55+
5356
#Do not install these from OS packages - they are typically outdated.
5457
#gflags-devel \
5558
#glog \

0 commit comments

Comments
 (0)