Skip to content

Commit b1d02cd

Browse files
committed
chore: remove macOS Sonoma callout from readme
Since we're currently using OTP v27, we can remove this callout from the README.
1 parent 29384b0 commit b1d02cd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Here's a general overview of the realtime_signs application which should be help
1111

1212
* If it's your first time using asdf, run `asdf plugin add erlang && asdf plugin add elixir`.
1313
* Run `asdf install` from the repository root.
14-
<!-- Remove this if upgrading the Erlang/OTP version beyond 25 -->
15-
* Note: If running macOS Sonoma on an Apple Silicon (ARM) machine, use `KERL_CONFIGURE_OPTIONS="--disable-jit" asdf install`[^1]
1614
* `mix deps.get` to fetch dependencies.
1715
* At this point you should be able to run `mix test` and get a clean build.
1816
* Copy `.envrc.template` to `.envrc`, then edit `.envrc` and make sure all required environment variables are set. When finished, run `direnv allow` to activate them.
@@ -48,6 +46,3 @@ It requires repository secrets to be set in GitHub:
4846
AWS_SECRET_ACCESS_KEY
4947
DOCKER_REPO (the ECR repository to push images into)
5048

51-
52-
53-
[^1]: The way memory is allocated for the JIT in OTP 25 is prohibited in macOS Sonomoa. [Disabling the JIT fixes the issue](https://github.com/erlang/otp/issues/7687#issuecomment-1737184968). This has [been fixed in OTP-25.3.2.7](https://github.com/erlang/otp/commit/ac591a599b09b48b45a7125aa30ec5419ba3cc2f) and beyond.

0 commit comments

Comments
 (0)