-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add macOS to GitHub Action Worflow #2023
Conversation
Test suite is not yet functional because of #2110, but this workflow is already testing compilation and installation (in two different stages), which is already useful. Note that I started by adding macOS in the same file as the linux tests, but it was a mess, so I finally preferred to have a separate file for macOS, this implies some small duplications, but this is way more cleaner and will be way more simple to maintain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
Maybe we can check if the LIBGL_ALWAYS_SOFTWARE
environment variable is really needed on macOS.
Good point, that looks indeed to be MESA specific: https://docs.mesa3d.org/envvars.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
Description
Add macOS to the compilation and test workflow.