-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature flag service build fails on Mac M1 #901
Comments
Is there anything cached? That error usually means the |
I tried to clean my docker env with the prune command beforehand, but it didn't help. Also got a confirmation @cedricziel saw the same problem. |
I can confirm it fails for me too the same way and I'm not on a Mac. So this is unrelated to the arch. |
Oooooh, I know what it is. We released rebar3 3.21.0 last week and it is built for OTP-26 (we only support the last 3 versions of OTP, so 23 which this Dockerfile uses is no longer supported -- well it technically works, but not with the prebuilt binary that the Dockerfile downloads). |
This got fixed with #903 |
Bug Report
Which version of the demo you are using?
Using main/latest
Symptom
Starting with a clean system
$ docker system prune -a
Build fails:
The text was updated successfully, but these errors were encountered: