ci: Document why tests can not be run on mac

This commit is contained in:
MarcoFalke 2020-04-28 07:12:47 -04:00
parent 5352d14b37
commit fa72a75102
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -10,6 +10,7 @@ export HOST=x86_64-apple-darwin16
export PIP_PACKAGES="zmq"
export GOAL="install"
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
export TEST_RUNNER_EXTRA="wallet_disable" # Only run wallet_disable as a smoke test, see https://github.com/bitcoin/bitcoin/pull/17240#issuecomment-546022121 why the other tests are disabled
# Run without depends
export NO_DEPENDS=1
export OSX_SDK=""