You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ Here's a general overview of the realtime_signs application which should be help
11
11
12
12
* If it's your first time using asdf, run `asdf plugin add erlang && asdf plugin add elixir`.
13
13
* 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]
16
14
*`mix deps.get` to fetch dependencies.
17
15
* At this point you should be able to run `mix test` and get a clean build.
18
16
* 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:
48
46
AWS_SECRET_ACCESS_KEY
49
47
DOCKER_REPO (the ECR repository to push images into)
50
48
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