Skip to content

Commit c2db4fa

Browse files
committed
Newer mold version
1 parent e6cd1a6 commit c2db4fa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

compose.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,15 +516,17 @@ services:
516516
ARROW_PARQUET: "OFF"
517517
ARROW_S3: "OFF"
518518
ARROW_SUBSTRAIT: "OFF"
519-
# GH-49767: workaround for buggy apt mold 2.30.0
519+
# GH-49767: Ubuntu 24.04 apt mold predates the fix for rui314/mold#1247
520+
# (fixed in mold 2.31.0). Remove this if apt ships mold >= 2.31.0.
520521
# see https://github.com/rui314/mold/issues/1247
521-
MOLD_URL: "http://archive.ubuntu.com/ubuntu/pool/universe/m/mold/mold_2.37.1+dfsg-1_amd64.deb"
522+
MOLD_URL: "https://archive.ubuntu.com/ubuntu/pool/universe/m/mold/mold_2.37.1+dfsg-1_amd64.deb"
522523
# Register ODBC before running tests
523524
command: >
524525
/bin/bash -c "
525526
curl -fsSL $$MOLD_URL -o /tmp/mold.deb &&
526527
sudo apt-get update &&
527528
sudo apt-get install -y /tmp/mold.deb &&
529+
ld.mold --version &&
528530
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
529531
sudo /arrow/cpp/src/arrow/flight/sql/odbc/install/unix/install_odbc.sh /usr/local/lib/libarrow_flight_sql_odbc.so &&
530532
/arrow/ci/scripts/cpp_test.sh /arrow /build"

0 commit comments

Comments
 (0)