Skip to content

Commit ddc5c78

Browse files
committed
fix bootstrap scripts
1 parent 654afce commit ddc5c78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cpp/build-support/trim-boost.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ fi
6666
mkdir -p ${BOOST_FILE}
6767
./dist/bin/bcp ${BOOST_LIBS} ${BOOST_FILE}
6868

69+
# These files are assumed by the thirdparty toolchain but are not copied by bcp
70+
cp bootstrap.sh bootstrap.bat boostcpp.jam boost-build.jam Jamroot LICENSE_1_0.txt INSTALL ${BOOST_FILE}/
71+
6972
tar -czf ${BOOST_FILE}.tar.gz ${BOOST_FILE}/
7073
# Resulting tarball is in ${BOOST_FILE}/${BOOST_FILE}.tar.gz
7174

cpp/thirdparty/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARROW_AWS_C_COMMON_BUILD_SHA256_CHECKSUM=928a3e36f24d1ee46f9eec360ec5cebfe8b9b89
3434
ARROW_AWS_C_EVENT_STREAM_BUILD_VERSION=v0.1.5
3535
ARROW_AWS_C_EVENT_STREAM_BUILD_SHA256_CHECKSUM=f1b423a487b5d6dca118bfc0d0c6cc596dc476b282258a3228e73a8f730422d4
3636
ARROW_BOOST_BUILD_VERSION=1.81.0
37-
ARROW_BOOST_BUILD_SHA256_CHECKSUM=dc7011837f975930592cf856ec70920a5b4b9fb41a5239038856f1405f1bc2bf
37+
ARROW_BOOST_BUILD_SHA256_CHECKSUM=9e0ffae35528c35f90468997bc8d99500bf179cbae355415a89a600c38e13574
3838
ARROW_BROTLI_BUILD_VERSION=v1.0.9
3939
ARROW_BROTLI_BUILD_SHA256_CHECKSUM=f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
4040
ARROW_BZIP2_BUILD_VERSION=1.0.8

0 commit comments

Comments
 (0)