Skip to content

Commit

Permalink
ci: Document why tests can not be run on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Apr 28, 2020
1 parent 5352d14 commit fa72a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test/00_setup_env_mac_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

0 comments on commit fa72a75

Please sign in to comment.