-
Notifications
You must be signed in to change notification settings - Fork 0
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
Apple silicon support #1
Comments
@TravonteD Please provide a command you use to install Janet and its output. |
Apologies for the the late reply, here is the raw output.
The issue seems to be that the binaries don't exist in the directory. Running |
Judging from output Janet isn't even compiled for some reason. Line 68 in 3eefdfa
I've added continuous integration for latest MacOS(3eefdfa), but I couldn't replicate this issue in GitHub Actions. You can try installing dependencies brew install gcc ninja meson curl and then repeat installation with asdf . Unfortunately I don't own Apple Silicon and can't verify installation locally.
If someone's having the same issue with Apple Silicion and have some idea what can be wrong, then please share information in this issue. |
Is your feature request related to a problem? Please describe.
The build script assumes that there is a labeled
tar.gz
for the architecture of the machine on thereleases
page in the janet project. Since one doesn't exist for mac-os arm this fails to download anything.Describe the solution you'd like
When there is no pre-built tar, download the source code and build it from there.
The text was updated successfully, but these errors were encountered: