-
Notifications
You must be signed in to change notification settings - Fork 7
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
** (Mix) Could not compile exit status: 2 (macOS) #40
Comments
These errors:
lead me to believing the Try cloning with |
Ran:
Appears to work:
Attempting to execute the tests: mix test
Compiling 20 files (.ex)
Generated tigerbeetlex app
Running ExUnit with seed: 994279, max_cases: 20 Appears to hang ... ⏳ |
Do you have a running instance of TigerBeetle? This should be all that it's needed to run the correct version of TigerBeetle |
Retraced steps: https://docs.tigerbeetle.com/quick-start ./tigerbeetle start --addresses=3000 0_0.tigerbeetle
info(io): opening "0_0.tigerbeetle"...
info(main): 0: Allocated 5251MB in 16 regions during replica init (Grid Cache: 1024MB)
info(main): 0: cluster=0: listening on 127.0.0.1:3000 mix test
Running ExUnit with seed: 827362, max_cases: 20
.......................................................................................
Finished in 2.5 seconds (0.00s async, 2.5s sync)
87 tests, 0 failures Works as expected. ✅ |
Closing as this is no longer an issue. 👍 |
Experimenting with your lib ... dwyl/learn-tigerbeetle#1
Just ran:
Appears to install deps fine. 👌
Then ran:
Output:
Is this related to builds not passing on
macOS
#39 ? 💭Info:
The text was updated successfully, but these errors were encountered: