go/utils/publishrelease/buildindocker.sh: Pick up newer GCC toolchain for building release binaries.

This commit is contained in:
Aaron Son
2026-02-26 14:46:13 -08:00
parent 332c6a3d9c
commit 0482146c64
+2 -2
View File
@@ -34,9 +34,9 @@ done
apt-get update && apt-get install -y p7zip-full pigz curl xz-utils mingw-w64 clang-19 rpm
cd /
curl -o optcross.tar.xz https://dolthub-tools.s3.us-west-2.amazonaws.com/optcross/"$(uname -m)"-linux_20250327_0.0.3_trixie.tar.xz
curl -o optcross.tar.xz https://dolthub-tools.s3.us-west-2.amazonaws.com/optcross/"$(uname -m)"-linux_20260225_0.0.4_trixie.tar.xz
tar Jxf optcross.tar.xz
curl -o icustatic.tar.xz https://dolthub-tools.s3.us-west-2.amazonaws.com/icustatic/20250327_0.0.3_trixie.tar.xz
curl -o icustatic.tar.xz https://dolthub-tools.s3.us-west-2.amazonaws.com/icustatic/20260225_0.0.4_trixie.tar.xz
tar Jxf icustatic.tar.xz
export PATH=/opt/cross/bin:"$PATH"