mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-16 00:03:40 -04:00
Bring macOS build config closer to original.
This commit is contained in:
parent
b2730934ba
commit
caede46535
@ -46,7 +46,6 @@ matrix:
|
||||
before_install:
|
||||
- sh .travis/install-clang-format-linux.sh
|
||||
- os: osx
|
||||
osx_image: xcode8.3 # https://docs.travis-ci.com/user/reference/osx/
|
||||
compiler: clang
|
||||
env:
|
||||
- CC_OQS=clang
|
||||
@ -54,15 +53,16 @@ matrix:
|
||||
before_install:
|
||||
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/0c4314c499576b28e4c082b591228a8f940954c0/Formula/clang-format.rb
|
||||
- os: osx
|
||||
osx_image: xcode8.3 # https://docs.travis-ci.com/user/reference/osx/
|
||||
compiler: clang
|
||||
env:
|
||||
- CC_OQS=clang
|
||||
- AES_NI=0
|
||||
- USE_OPENSSL=1
|
||||
- OPENSSL_DIR=/usr/local/opt/openssl # openssl is a keg-only package
|
||||
- ENABLE_CODE_MCBITS=1
|
||||
- ENABLE_SIDH_IQC_REF=1
|
||||
before_install:
|
||||
- brew install libsodium
|
||||
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/0c4314c499576b28e4c082b591228a8f940954c0/Formula/clang-format.rb
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user