File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ for test_l in irteus/test/*.l; do
85
85
86
86
# osrf/ubuntu_arm64:trusty takes >50 min, skip irteus-demo.l
87
87
[[ " $DOCKER_IMAGE " == * " arm64:trusty" * && $test_l =~ irteus-demo.l ]] && continue ;
88
+ # arm64v8/ubuntu:focal takes >50 min, skip transport.l
89
+ [[ " $DOCKER_IMAGE " == " arm64v8/ubuntu:focal" && $test_l =~ transparent.l ]] && continue ;
90
+
88
91
# skip collision test because bullet of 2.83 or later version is not released in trusty and jessie.
89
92
# https://github.com/euslisp/jskeus/blob/6cb08aa6c66fa8759591de25b7da68baf76d5f09/irteus/Makefile#L37
90
93
[[ ( " $DOCKER_IMAGE " == * " trusty" * || " $DOCKER_IMAGE " == * " jessie" * ) && $test_l =~ test-collision.l ]] && continue ;
@@ -102,6 +105,8 @@ for test_l in irteus/test/*.l; do
102
105
103
106
travis_time_end ` expr 32 - $TMP_EXIT_STATUS `
104
107
108
+ [[ " $DOCKER_IMAGE " == " arm64v8/ubuntu:focal" ]] && continue ;
109
+
105
110
travis_time_start jskeus.compiled.${test_l##*/ } .test
106
111
107
112
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))))"
You can’t perform that action at this time.
0 commit comments