Skip to content

Commit

Permalink
Macos otp (#4256)
Browse files Browse the repository at this point in the history
* Use OTP 24 for macos builds
  • Loading branch information
dincho committed Jan 25, 2024
1 parent 2d5ce24 commit 47feeb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config/jobs/@packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ macos-tarball:
- run:
name: Install required tools
command: |
brew install autoconf automake libtool gmp libsodium erlang@23 cmake
brew link erlang@23
brew install autoconf automake libtool gmp libsodium erlang@24 cmake
brew link erlang@24
- test_arch_os_dependencies
- build_tarball:
output: << pipeline.parameters.packages_workspace >>/<< parameters.package_name >>
Expand Down Expand Up @@ -125,8 +125,8 @@ macos-standalone:
- run:
name: Install required tools
command: |
brew install autoconf automake libtool gmp libsodium erlang@23 cmake
brew link erlang@23
brew install autoconf automake libtool gmp libsodium erlang@24 cmake
brew link erlang@24
- build_standalone:
arch: macos-x64
output: << pipeline.parameters.packages_workspace >>/<< parameters.package_name >>
Expand Down
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The easiest way to install package on MacOS is Homebrew, it can be installed by
Then install the build dependencies using the `brew` command:
```
brew update
brew install erlang@23 openssl libsodium autoconf gmp cmake automake
brew install erlang@24 openssl libsodium autoconf gmp cmake automake
```

If building on an m1 Mac homebrew does not automatically set up symlinks to system directories, so before running `make` set up the build path with:
Expand Down

0 comments on commit 47feeb6

Please sign in to comment.