Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 10, 2024
1 parent c3c1096 commit a6bf61d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/manylinux-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "${AUDITWHEEL_ARCH}" == "i686" ] && [ "$(uname -m)" == "x86_64" ]; then
linux32 "$@"
elif [ "${AUDITWHEEL_ARCH}" == "armv7l" ] && [ "$(uname -m)" != "armv7l" ]; then
if [ "$(linux32 uname -m)" == "armv8l" ]; then
export _PYTHON_HOST_PLATFORM="linux_armv7l"
export _PYTHON_HOST_PLATFORM="linux-armv7l"
fi
linux32 "$@"
else
Expand Down
4 changes: 2 additions & 2 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ MY_DIR=$(dirname "${BASH_SOURCE[0]}")

PYTHONPATH=${MY_DIR} python3.13 -m python.get_interpreter_info

unset _PYTHON_HOST_PLATFORM
# unset _PYTHON_HOST_PLATFORM
RUST_LOG=trace uv --verbose python list --no-python-downloads
exit 1
#exit 1

if [ "${AUDITWHEEL_POLICY:0:10}" == "musllinux_" ]; then
EXPECTED_PYTHON_COUNT=9
Expand Down

0 comments on commit a6bf61d

Please sign in to comment.