summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIm-Beast <franik.mateusz@gmail.com>2024-12-19 13:57:27 +0100
committerIm-Beast <franik.mateusz@gmail.com>2024-12-19 13:57:27 +0100
commit89e8709650c293355f0cd89eaa3c49a591056c1d (patch)
tree3f42cba2f3b3e58b57a616828167c302ba86b5cf
parent10c0df93ff92c2001ed5aa2b22e5db85ab91242e (diff)
ci: remove brew@1.76 dependency
-rw-r--r--.github/workflows/full_check.yaml2
-rw-r--r--docs/Writerside/topics/macOS.md12
2 files changed, 6 insertions, 8 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml
index 6078fd6..a18adaa 100644
--- a/.github/workflows/full_check.yaml
+++ b/.github/workflows/full_check.yaml
@@ -271,7 +271,7 @@ jobs:
xcode-version: '15.4'
- name: install dependencies
run: |
- brew install ccache unbound boost@1.76 zmq autoconf automake libtool && brew link boost@1.76
+ brew install ccache unbound zmq autoconf automake libtool
- name: Patch sources
run: |
git config --global --add safe.directory '*'
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)