Skip to content

Commit

Permalink
Disable ABI check. Keep API check.
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 9, 2015
1 parent 27102f0 commit 32ac092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/travis-ci/abi-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ EXIT_CODE=0
abi-compliance-checker -l openjpeg -old $(find ./abi_dump/openjpeg/2.1 -name '*.dump') -new $(find ./abi_dump/openjpeg/current -name '*.dump') -header openjpeg.h -api -s || EXIT_CODE=1

# Check ABI
abi-compliance-checker -l openjpeg -old $(find ./abi_dump/openjpeg/2.1 -name '*.dump') -new $(find ./abi_dump/openjpeg/current -name '*.dump') -header openjpeg.h -abi -s || EXIT_CODE=1
# Disabled for now, problems with symbol visibility...
# abi-compliance-checker -l openjpeg -old $(find ./abi_dump/openjpeg/2.1 -name '*.dump') -new $(find ./abi_dump/openjpeg/current -name '*.dump') -header openjpeg.h -abi -s || EXIT_CODE=1

rm -rf src installed

Expand Down

0 comments on commit 32ac092

Please sign in to comment.