Skip to content
Snippets Groups Projects
Commit 6a713ad8 authored by Matt Johnston's avatar Matt Johnston
Browse files

exclude clang rather than osx for unbundled libtom

parent c81e530d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,10 +11,11 @@ env:
- MULTI=1
- NOWRITEV=1
 
# TODO: remove this section when libtomcrypt compiles on OSX: https://github.com/libtom/libtomcrypt/issues/82
matrix:
exclude:
- os: osx
# TODO: remove this when libtomcrypt has been updated by ubuntu/homebrew.
# https://github.com/libtom/libtomcrypt/issues/82
- compiler: clang
env: BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror
 
compiler:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment