Skip to content

Commit fd07526

Browse files
committed
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.
1 parent edb2ed6 commit fd07526

File tree

1 file changed

+0
-2
lines changed
  • .github/composite-actions/linux-build-docker

1 file changed

+0
-2
lines changed

.github/composite-actions/linux-build-docker/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ runs:
2525
cat /etc/os-release
2626
dnf install -y \
2727
ccache \
28-
gcc-toolset-12-gcc-c++ \
2928
java-1.8.0-openjdk-devel \
3029
ninja-build
31-
source /opt/rh/gcc-toolset-12/enable
3230
make -C /duckdb release
3331
"

0 commit comments

Comments
 (0)