This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 442a548 ARROW-8325: [R][CI] Stop including boost in R windows bundle
442a548 is described below
commit 442a5480c4ea7e5653c2424010c4cbd13e1f83b2
Author: Neal Richardson <[email protected]>
AuthorDate: Fri Apr 3 10:11:30 2020 +0900
ARROW-8325: [R][CI] Stop including boost in R windows bundle
Closes #6822 from nealrichardson/rm-boost-again
Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
ci/scripts/r_windows_build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/scripts/r_windows_build.sh b/ci/scripts/r_windows_build.sh
index f0eb9fe..145525c 100755
--- a/ci/scripts/r_windows_build.sh
+++ b/ci/scripts/r_windows_build.sh
@@ -81,8 +81,8 @@ mv mingw64/lib/*.a $DST_DIR/lib-4.9.3/x64
mv mingw32/lib/*.a $DST_DIR/lib-4.9.3/i386
# These are from https://dl.bintray.com/rtools/backports/
-cp $MSYS_LIB_DIR/mingw64/lib/lib{thrift,snappy,boost*}.a $DST_DIR/lib-4.9.3/x64
-cp $MSYS_LIB_DIR/mingw32/lib/lib{thrift,snappy,boost*}.a
$DST_DIR/lib-4.9.3/i386
+cp $MSYS_LIB_DIR/mingw64/lib/lib{thrift,snappy}.a $DST_DIR/lib-4.9.3/x64
+cp $MSYS_LIB_DIR/mingw32/lib/lib{thrift,snappy}.a $DST_DIR/lib-4.9.3/i386
# These are from https://dl.bintray.com/rtools/mingw{32,64}/
cp $MSYS_LIB_DIR/mingw64/lib/lib{zstd,lz4,crypto}.a $DST_DIR/lib/x64