Skip to content

Commit e924eec

Browse files
committed
.travis.sh : arm64v8/ubuntu:focal takes > 50min. skip test/transparent.l because it takes too long
1 parent d6919f3 commit e924eec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.sh

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ for test_l in irteus/test/*.l; do
102102

103103
travis_time_end `expr 32 - $TMP_EXIT_STATUS`
104104

105+
if [[ "$DOCKER_IMAGE" == "arm64v8/ubuntu:focal" ]]; then continue; fi
106+
105107
travis_time_start jskeus.compiled.${test_l##*/}.test
106108

107109
irteusgl "(let ((o (namestring (merge-pathnames \".o\" \"$test_l\"))) (so (namestring (merge-pathnames \".so\" \"$test_l\")))) (compile-file \"$test_l\" :o o) (if (probe-file so) (load so) (exit 1))))"

0 commit comments

Comments
 (0)