From e26b78135fffb737487efc58fa3c1d22f0eed475 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Wed, 23 Oct 2024 15:21:50 +0800 Subject: [PATCH] Fix tencentos_3.2 --- dev/vcpkg/setup-build-depends.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/vcpkg/setup-build-depends.sh b/dev/vcpkg/setup-build-depends.sh index f50be6afaf50..c9e6eeb5fd0f 100755 --- a/dev/vcpkg/setup-build-depends.sh +++ b/dev/vcpkg/setup-build-depends.sh @@ -160,11 +160,10 @@ install_alinux_3() { } install_tencentos_3.2() { - # FIXME: upgrade to gcc-11. yum -y install \ wget curl tar zip unzip git which \ cmake ninja-build perl-IPC-Cmd autoconf autoconf-archive automake libtool \ - gcc-toolset-9-gcc gcc-toolset-9-gcc-c++ \ + gcc-toolset-11 \ flex bison python3 \ java-8-konajdk