Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 26, 2023
1 parent bfe823d commit 6455e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ install:
- ./travisci-install-buildx.sh

script: |
docker run --rm arm32v7/python:3.11-alpine /usr/local/bin/python3.11 -c 'import distutils.util; print(distutils.util.get_platform())'
docker run --rm arm32v7/python:3.11-alpine /bin/sh -c '/usr/local/bin/python3.11 -m sysconfig | grep arm'
docker run --rm arm32v7/python:3.11-alpine linux32 /usr/local/bin/python3.11 -c 'import distutils.util; print(distutils.util.get_platform())'
docker run --rm arm32v7/python:3.11-alpine linux32 /bin/sh -c '/usr/local/bin/python3.11 -m sysconfig | grep arm'
(while true; do echo "travis_wait"; docker stats --no-stream; free; df -h; sleep 30; done) &
WAIT_PID=$!
COMMIT_SHA=${TRAVIS_COMMIT} ./build.sh
Expand Down

0 comments on commit 6455e8a

Please sign in to comment.