Skip to content

Commit e50918a

Browse files
committed
.travis.sh: object.l fails on ppc64le since #481
1 parent 67a3465 commit e50918a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ if [ "$QEMU" != "" ]; then
125125
export CONTINUE=0
126126
# test-foreign.l only works for x86 / arm
127127
if [[ $test_l =~ test-foreign.l && ! "$(gcc -dumpmachine)" =~ "aarch".*|"arm".*|"x86_64".*|"i"[0-9]"86".* ]]; then export CONTINUE=1; fi
128+
# object.l fails on ppc64le since https://github.com/euslisp/EusLisp/pull/481. Can not fix this after 2 week debugging....
129+
if [[ "$DOCKER_IMAGE" == "ppc64le/debian:buster" && $test_l =~ object.l ]]; then export CONTINUE=1; fi
128130

129131
if [[ $CONTINUE == 0 ]]; then travis_time_end `expr 32 - $TMP_EXIT_STATUS`; else travis_time_end 33; fi
130132

0 commit comments

Comments
 (0)