Skip to content

Commit

Permalink
skip test-collision.l/test-cad.l/graph.l for armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Feb 28, 2022
1 parent 16e747b commit e8a4a0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ set +x # disable debug information
# skip collision test because bullet of 2.83 or later version is not released in trusty and jessie.
# https://github.com/euslisp/jskeus/blob/6cb08aa6c66fa8759591de25b7da68baf76d5f09/irteus/Makefile#L37
if [[ ( "$DOCKER_IMAGE" == *"trusty"* || "$DOCKER_IMAGE" == *"jessie"* ) && $test_l =~ test-collision.l ]]; then export CONTINUE=1; fi

# skip if test-cad.l/graph.l for arm
if [[ "$DOCKER_IMAGE" == *"arm"* && $test_l =~ test-collision.l|test-cad.l|graph.l ]]; then export CONTINUE=1; fi

# aarch64:bionic and aarch64:focal start failing from https://github.com/euslisp/EusLisp/pull/481. Can not fix this after 2 week debugging....
if [[ ( "$DOCKER_IMAGE" == "osrf/ubuntu_arm64:bionic" || "$DOCKER_IMAGE" == "osrf/ubuntu_arm64:focal" ) ]]; then export CONTINUE=1; fi

Expand Down

0 comments on commit e8a4a0b

Please sign in to comment.