Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use newer GCC to fix failed builds on 11.7/11.8
Bumped to GCC 9.31 via devtoolset-9-gcc-c++ devtoolset-9-gcc packages from centos-release-scl repository. Tested locally 10.6 - 11.8. The reason behind source /opt/rh/devtoolset-9/enable is that devtools require PATH alteration in order to set-up the environment for the newer GCC. Added COMPILER_LAUNCHER=ccache so that CCACHE is used effectively with the newer GCC. To inspect what was modified in the centos-7-bintar container image please see the Dockerfile in the changelog directory. $ docker run --rm quay.io/mariadb-foundation/bb-worker:dev_centos7-bintar-gcc ls -l /changelog total 14484 -rw-rw-r-- 1 root root 14825969 Jan 15 18:16 2021-04-28-gnutlsa-centos74-amd64.tar.bz2 -rw-rw-r-- 1 root root 1313 Jan 17 11:42 Dockerfile I am still waiting on Serg/Elena reply to see if this is a convenient solution to solve building 11.7/11.8 bintars.
- Loading branch information