From c6501156de55b092f85ece3d46514e7a4df3c9c2 Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Sat, 13 Dec 2025 20:35:05 +0000 Subject: [PATCH] Switch Linux toolchain to GCC 14 This change removes the usage of the GCC 12 (from devtoolset) to stay in line with the main DuckDB that made this switch in duckdb/duckdb#20170. --- .github/composite-actions/linux-build-docker/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/composite-actions/linux-build-docker/action.yml b/.github/composite-actions/linux-build-docker/action.yml index c541750d9..c491ff7cf 100644 --- a/.github/composite-actions/linux-build-docker/action.yml +++ b/.github/composite-actions/linux-build-docker/action.yml @@ -25,9 +25,7 @@ runs: cat /etc/os-release dnf install -y \ ccache \ - gcc-toolset-12-gcc-c++ \ java-1.8.0-openjdk-devel \ ninja-build - source /opt/rh/gcc-toolset-12/enable make -C /duckdb release "