Skip to content

Commit

Permalink
ARROW-8325: [R][CI] Stop including boost in R windows bundle
Browse files Browse the repository at this point in the history
Closes #6822 from nealrichardson/rm-boost-again

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
nealrichardson authored and kou committed Apr 3, 2020
1 parent 3f4f379 commit 442a548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/r_windows_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 442a548

Please sign in to comment.