diff --git a/.travis.sh b/.travis.sh index e62ab28de..5ed8ff4b4 100755 --- a/.travis.sh +++ b/.travis.sh @@ -74,7 +74,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then fi ### for multiarch compile test -if [[ "$QEMU" != "" && "$DOCKER_IMAGE" != "arm64v8/ubuntu:"* ]]; then +if [[ "$QEMU" != "" ]]; then travis_time_start install.dpkg-dev apt-get install -qq -y dpkg-dev patchutils travis_time_end @@ -128,6 +128,9 @@ if [[ "$QEMU" != "" && "$DOCKER_IMAGE" != "arm64v8/ubuntu:"* ]]; then sed -i 's/\(i-max\ [0-9]000\)0*/\1/' $test_l + # TEST-NAME: test-copy-object-body : extending gcstack 0 -> Segfault + if [[ ( "$DOCKER_IMAGE" == "arm64v8/debian:buster" && $test_l =~ object.l ) ]]; then sed -i 's/dotimes (i 1000)/dotimes (i 10)/' $test_l; fi + eusgl $test_l; export TMP_EXIT_STATUS=$?