diff options
| author | Mateusz Franik <47059999+Im-Beast@users.noreply.github.com> | 2024-12-30 10:39:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 10:39:28 +0100 |
| commit | 85770ea6f1dab106754675f40e1334e575e03646 (patch) | |
| tree | 9ce1a0a6ba07896b44a13ceceec7a936a467994d /docs/Writerside/topics/macOS.md | |
| parent | 2a38bf29618a8ce163f9d6f83b7ae86924752e32 (diff) | |
tests: run integration and regression tests on other platforms (#93)
* tests: add script to download test dependencies from fallback mirrors
* tests: use the new download_deps script, run tests on macos
* ci: download proper artifact for macos
* chore: make download_deps script download everything to dir named `monero_c` when ran directly
* tests: await downloading deps
* tests download proper monero_c version in prepareMoneroC
* tests: fix typos
* tests: add file data for more targets
* tests: print why retrieving tags failed
* chore: change mirror url endpoint from `monero_c` to `download_mirror`
* tests: use cached releases endpoint to prevent ratelimits
* ci: remove brew@1.76 dependency
* tests: fix macos dylib path
* feat!(monero.ts): make `createTransactionMultDest` optionally return `null`
* feat(monero.ts): make `Wallet_reconnectDevice` symbol optional
* tests: don't try to extract file if out already exists
* tests: remove unnecesary directory rm calls
* ci: set regression tests to use canary
Diffstat (limited to 'docs/Writerside/topics/macOS.md')
| -rw-r--r-- | docs/Writerside/topics/macOS.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/Writerside/topics/macOS.md b/docs/Writerside/topics/macOS.md index 367893b..52b6be8 100644 --- a/docs/Writerside/topics/macOS.md +++ b/docs/Writerside/topics/macOS.md @@ -11,17 +11,15 @@ Building on linux has been tested on <tab title="Native"> <code-block> $ # install xcode 15.4 (or current latest) -$ brew install ccache unbound boost@1.76 zmq autoconf automake libtool -$ brew link boost@1.76 +$ brew install ccache unbound zmq autoconf automake libtool </code-block> </tab> <tab title="Native (Rosetta2)"> <code-block> $ # install xcode 15.4 (or current latest) -$ brew install ccache unbound boost@1.76 zmq autoconf automake libtool -$ brew link boost@1.76 -$ arch -x86_64 brew install ccache unbound boost@1.76 zmq autoconf automake libtool -$ arch -x86_64 brew link boost@1.76 +$ brew install ccache unbound zmq autoconf automake libtool +$ arch -x86_64 brew install ccache unbound zmq autoconf automake libtool +$ arch -x86_64 brew link </code-block> </tab> <tab title="Linux"> @@ -83,4 +81,4 @@ $ ./build_single.sh monero aarch64-apple-darwin-11 -j$(nproc) ### Creating fat library -[Check cake_wallet solution](https://github.com/cake-tech/cake_wallet/blob/main/scripts/macos/build_monero_all.sh)
\ No newline at end of file +[Check cake_wallet solution](https://github.com/cake-tech/cake_wallet/blob/main/scripts/macos/build_monero_all.sh) |
