mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 02:50:04 -05:00
go/utils/publishrelease/buildindocker.sh: Pick up newer GCC toolchain for building release binaries.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user