Skip to content

Commit c82b3a6

Browse files
authored
chore: remove mongocrypt windows packaging bug workaround (#1182)
This seems to be one of the reasons that CI is currently broken.
1 parent 1c38f9f commit c82b3a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/prep-fle-addon.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ if [ x"$PREBUILT_OSNAME" != x"" ]; then
6262
mv -v prebuilts/nocrypto/include include
6363
mv -v prebuilts/$LIB/*bson* lib
6464
rm -rf prebuilts
65-
if [ ! -e lib/bson-static-1.0.lib ]; then # Windows, work around MONGOCRYPT-301
66-
curl -sSfL -o libmongocrypt-windows-with-static-bson.tar.gz https://mciuploads.s3.amazonaws.com/libmongocrypt/windows-test/master/latest/5fea04b22fbabe3a83ad533c/libmongocrypt.tar.gz
67-
tar -xzvf libmongocrypt-windows-with-static-bson.tar.gz lib/bson-static-1.0.lib
68-
fi
6965
else
7066
if [ `uname` = Darwin ]; then
7167
export CFLAGS="-mmacosx-version-min=10.13";

0 commit comments

Comments
 (0)