Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/workflows/komodo_mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# flag for some CC tests transactions - so DO NOT USE THIS CI ARTIFACTS IN PRODUCTION!!!
- name: Build (macOS)
run: |
# Ensure depends can fetch ccache archive on macOS runners
export PRIORITY_DOWNLOAD_PATH="https://github.com/ccache/ccache/releases/download/v3.7.4"
./zcutil/build-mac-dtest.sh -j4
gtar -czvf komodo-macos.tar.gz src/komodod src/komodo-cli src/wallet-utility src/komodo-tx
# env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/komodod_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:

- name: Build (macOS)
run: |
# Ensure depends can fetch ccache archive on macOS runners
export PRIORITY_DOWNLOAD_PATH="https://github.com/ccache/ccache/releases/download/v3.7.4"
./zcutil/build-mac.sh -j4
zip --junk-paths komodo-osx src/komodod src/komodo-cli

Expand Down
Loading