Commit 37dac7cb authored by Matthew Brett's avatar Matthew Brett
Browse files

Disable lzo compile test for macOS

See failure at https://travis-ci.org/matthew-brett/multibuild/jobs/382687141#L3065
parent 9c8f39e5
...@@ -23,7 +23,12 @@ suppress build_lcms2 ...@@ -23,7 +23,12 @@ suppress build_lcms2
suppress build_xz suppress build_xz
suppress build_freetype suppress build_freetype
suppress build_libyaml suppress build_libyaml
suppress build_lzo if [ -z "$IS_OSX" ]; then
# Gives compiler conformance error on macOS Sierra:
# https://gist.github.com/5e20e137ea51fa8ca9fc443191f9d463
# https://gist.github.com/ad86c474f3c0b7ec74290bb13f9414af
suppress build_lzo
fi
suppress build_ragel suppress build_ragel
suppress build_new_zlib suppress build_new_zlib
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment