File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ if [ $(command -v docker) ]; then
124124 # Supports CentOS 7 rh-python38, CentOS 8 python38, Fedora 32+, Ubuntu 20.04+.
125125 # When the rhel7 images go EOL we'll have to switch to the manylinux_x_y variants
126126 # and use rhel8.
127- get_libmongocrypt linux-x86_64-glibc_2_7-nocrypto libmongocrypt/nocrypto/ lib64/libmongocrypt.so
127+ get_libmongocrypt linux-x86_64-glibc_2_7-nocrypto libmongocrypt/lib64/libmongocrypt.so
128128 build_manylinux_wheel quay.io/pypa/manylinux2014_x86_64:2023-12-05-e9f0345
129129 if [ " Linux" = " $( uname -s) " ]; then
130130 $PYTHON -m venv .venv
@@ -133,7 +133,7 @@ if [ $(command -v docker) ]; then
133133 fi
134134
135135 # Build the manylinux_2_28 aarch64 wheel.
136- get_libmongocrypt linux-arm64-glibc_2_17-nocrypto libmongocrypt/nocrypto/ lib64/libmongocrypt.so
136+ get_libmongocrypt linux-arm64-glibc_2_17-nocrypto libmongocrypt/lib64/libmongocrypt.so
137137 build_manylinux_wheel quay.io/pypa/manylinux_2_28_aarch64:2024-01-01-0e91b08
138138fi
139139
You can’t perform that action at this time.
0 commit comments