Skip to content

Commit

Permalink
sulong: add libc++abi to travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Sep 16, 2019
1 parent 7980245 commit 7ce90bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ matrix:
packages:
- python-pip
- libc++1
- libc++abi1
- env: JDK="jdk8" GATE="build,sulong" PRIMARY="vm" DYNAMIC_IMPORTS="/sulong,/substratevm" DISABLE_POLYGLOT=true DISABLE_LIBPOLYGLOT=true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libc++1
- libc++abi1
- env: JDK="jdk11" GATE="style,fullbuild" PRIMARY="compiler"
- env: JDK="jdk11" GATE="build,test" PRIMARY="compiler"
- env: JDK="jdk11" GATE="build,bootstraplite" PRIMARY="compiler"
Expand Down

0 comments on commit 7ce90bf

Please sign in to comment.