manylinux_2_28-x64: Update for gcc-toolset-12

Closes #746
This commit is contained in:
Matt McCormick
2022-11-30 15:41:47 -05:00
committed by Jonas Vautherin
parent 08e2f6eec1
commit 21fdaf8b9e
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux_2_28-x64
#include "common.docker"
ENV CROSS_TRIPLE x86_64-linux-gnu
ENV CROSS_ROOT /opt/rh/gcc-toolset-11/root/bin/
ENV CROSS_ROOT /opt/rh/gcc-toolset-12/root/bin/
ENV AS=${CROSS_ROOT}/as \
AR=${CROSS_ROOT}/ar \
CC=${CROSS_ROOT}/gcc \