Skip to content

Commit 62780d9

Browse files
committed
debug
1 parent 9f2b400 commit 62780d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ install:
5151
- docker buildx version
5252
- docker buildx create --name builder-manylinux --driver docker-container --use
5353
- docker buildx inspect --bootstrap --builder builder-manylinux 2>&1 | tee /dev/null
54+
- ulimit -s
55+
- ulimit -s unlimited
5456

5557
script: |
5658
(while true; do echo "travis_wait"; docker stats --no-stream; free; df -h; sleep 30; done) &

0 commit comments

Comments
 (0)