File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ function check_wheel() {
128
128
# if no files found do nothing
129
129
[[ -e " $FILE " ]] || continue
130
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 .
131
+ 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 .
132
133
# python -m auditwheel -v repair --plat manylinux_2_28_x86_64 "$FILE" -w .
133
134
# python -m auditwheel -v repair --plat manylinux_2_28_aarch64 "$FILE" -w .
134
135
done
You can’t perform that action at this time.
0 commit comments