Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/komodo_mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: Install deps (macOS)
run: |
sysctl -n machdep.cpu.brand_string
brew update
brew upgrade
brew tap discoteq/discoteq; brew install flock
Expand Down Expand Up @@ -53,7 +54,10 @@ jobs:

- name: Install deps (Dice, Token, Faucet, Rewards CC)
run: |
sysctl -n machdep.cpu.brand_string
brew install openssl
brew install python3 curl
PYCURL_SSL_LIBRARY=openssl LDFLAGS="-L/usr/local/opt/openssl@3/lib" CPPFLAGS="-I/usr/local/opt/openssl@3/include" pip3 install --no-cache-dir pycurl
python3 -m pip install setuptools wheel
python3 -m pip install slick-bitcoinrpc pytest wget jsonschema

Expand All @@ -69,6 +73,8 @@ jobs:
tar xzvf komodo-macos.tar.gz
./zcutil/fetch-params.sh
cd qa/pytest_komodo
otool -h ../../src/komodod
otool -L ../../src/komodod
./ci_setup.sh "cc_modules/test_dice.py cc_modules/test_faucet.py cc_modules/test_token.py cc_modules/test_rewards.py"

macos-test-oracles:
Expand Down