mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
ci: Document why tests can not be run on mac
This commit is contained in:
parent
5352d14b37
commit
fa72a75102
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export HOST=x86_64-apple-darwin16
|
||||||
export PIP_PACKAGES="zmq"
|
export PIP_PACKAGES="zmq"
|
||||||
export GOAL="install"
|
export GOAL="install"
|
||||||
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
|
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
|
# Run without depends
|
||||||
export NO_DEPENDS=1
|
export NO_DEPENDS=1
|
||||||
export OSX_SDK=""
|
export OSX_SDK=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue