-
Notifications
You must be signed in to change notification settings - Fork 95
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
Can't use sh pipe on Arm macOS #375
Comments
I was able to get a little more info:
I think the issue may be in the rust binary, not necessarily in the shell script. |
I don't know but maybe this section is related create-tauri-app/create-tauri-app.sh Lines 66 to 116 in 093a0d9
|
Is there a way to replicate this on a local build in any way? |
A dirt way is to replace create-tauri-app/create-tauri-app.sh Lines 113 to 115 in 093a0d9
then: cat create-tauri-app.sh | sh should work
|
Yup, was able to get a repro with that one @amrbashir |
Did a bit of digging into this and putting my notes here:
|
curl --proto '=https' --tlsv1.2 -sSf https://create.tauri.app/sh | sh
doesn't work on Arm-based macOS installs and results in this error:Is this something we know what the root cause of is? I can reproduce it to help troubleshoot and fix. Related PR in docs: tauri-apps/tauri-docs@6e1deee and tauri-apps/tauri-docs#1162
The text was updated successfully, but these errors were encountered: