mirror of
https://github.com/clearml/dropbear
synced 2025-03-04 02:57:46 +00:00
exclude clang rather than osx for unbundled libtom
This commit is contained in:
parent
c81e530d3c
commit
6a713ad834
@ -11,10 +11,11 @@ env:
|
|||||||
- MULTI=1
|
- MULTI=1
|
||||||
- NOWRITEV=1
|
- NOWRITEV=1
|
||||||
|
|
||||||
# TODO: remove this section when libtomcrypt compiles on OSX: https://github.com/libtom/libtomcrypt/issues/82
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
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
|
env: BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
|
Loading…
Reference in New Issue
Block a user