lupyuen opened a new pull request, #14772: URL: https://github.com/apache/nuttx/pull/14772
## Summary This PR disables the failed macOS Builds from CI Checks sim-02 and sim-03, so that the macOS CI Checks will complete successfully in the NuttX Mirror Repo: - `sim:libcxxtest`: macOS doesn't support cxxabi.h - `sim:lua`: macOS doesn't support pipe2() - `sim:note`: macOS doesn't support `ld --wrap` - `sim:quickjs`: macOS fails to patch quickjs-libc.c - `sim:rpproxy_virtio`: macOS fails at uintmax_t `unsigned long long` vs `unsigned long` - `sim:rpserver_virtio`: macOS fails at uintmax_t `unsigned long long` vs `unsigned long` ## Impact With this PR, macOS CI Checks will complete successfully in the [NuttX Mirror Repo](https://github.com/NuttX/nuttx/actions/workflows/build.yml). ## Testing The macOS CI Checks completed successfully in our Test Repo: https://github.com/lupyuen5/label-nuttx/actions/runs/11828738112 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
