Skip to content

Commit

Permalink
AWS is bundled on Windows R now, do not use MSYS libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 23, 2024
1 parent ceeab3d commit 84ab6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/r_windows_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if [ -d ucrt64/lib/ ]; then
ls $MSYS_LIB_DIR/ucrt64/lib/
mkdir -p $DST_DIR/lib/x64-ucrt
mv ucrt64/lib/*.a $DST_DIR/lib/x64-ucrt
cp $MSYS_LIB_DIR/ucrt64/lib/lib{thrift,snappy,zstd,lz4,brotli*,bz2,crypto,curl,ss*,utf8proc,re2,aws*,nghttp2}.a $DST_DIR/lib/x64-ucrt
cp $MSYS_LIB_DIR/ucrt64/lib/lib{thrift,snappy,zstd,lz4,brotli*,bz2,crypto,curl,ss*,utf8proc,re2,nghttp2}.a $DST_DIR/lib/x64-ucrt
fi

# Create build artifact
Expand Down

0 comments on commit 84ab6ed

Please sign in to comment.