We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As suggested by Nathan: We seek help to port our NuttX CI Job from Intel Mac to Apple Silicon Mac (M1, M2, etc).
Today our CI Workflow build.yml (on macOS) calls cibuild.sh:
cd nuttx/tools/ci ./cibuild.sh -i -c -A -R testlist/macos.dat
Which runs OK on Intel Mac. But on Apple Silicon Mac, cibuild.sh calls darwin.sh which:
Fails to install gperf and kconfig_frontends. So we comment out the script and install gperf, kconfig_frontends ourselves.
Then it fails to install Cython. And we're stuck here:
+ pip3 install 'Cython<3.0' error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try brew install
We hope to have cibuild.sh and darwin.sh running successfully on Apple Silicon Macs because:
No response
The text was updated successfully, but these errors were encountered:
Update: NuttX CI runs OK on Mac Mini M2 Pro yay!
And our macOS Build Farm is up! 🎉
macOS Build Farm for NuttX
NuttX Build Logs for macOS Build Farm
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
As suggested by Nathan: We seek help to port our NuttX CI Job from Intel Mac to Apple Silicon Mac (M1, M2, etc).
Today our CI Workflow build.yml (on macOS) calls cibuild.sh:
cd nuttx/tools/ci ./cibuild.sh -i -c -A -R testlist/macos.dat
Which runs OK on Intel Mac. But on Apple Silicon Mac, cibuild.sh calls darwin.sh which:
Fails to install gperf and kconfig_frontends. So we comment out the script and install gperf, kconfig_frontends ourselves.
Then it fails to install Cython. And we're stuck here:
Describe the solution you'd like
We hope to have cibuild.sh and darwin.sh running successfully on Apple Silicon Macs because:
Describe alternatives you've considered
No response
Verification
The text was updated successfully, but these errors were encountered: