We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29475f0 commit 18e1305Copy full SHA for 18e1305
tools/build-manylinux.sh
@@ -128,7 +128,8 @@ function check_wheel() {
128
# if no files found do nothing
129
[[ -e "$FILE" ]] || continue
130
python -m auditwheel show "$FILE" || true
131
- LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT_DIR}/${BUILD_DIR}/lib64" python -m auditwheel repair --plat "manylinux_2_28_$PLATFORM" "$FILE" -w .
+ python -m auditwheel repair --plat "manylinux_2_28_$PLATFORM" "$FILE" -w .
132
+ #LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT_DIR}/${BUILD_DIR}/lib64" python -m auditwheel repair --plat "manylinux_2_28_$PLATFORM" "$FILE" -w .
133
#python -m auditwheel -v repair --plat manylinux_2_28_x86_64 "$FILE" -w .
134
#python -m auditwheel -v repair --plat manylinux_2_28_aarch64 "$FILE" -w .
135
done
0 commit comments