-
Notifications
You must be signed in to change notification settings - Fork 569
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
Fix iOS / Android CMake builds #5482
Conversation
boolean OFF is the default value: https://cmake.org/cmake/help/latest/command/option.html
Do you know why the new CIs failed? I don't want to merge if they will start to fail for everyone else. |
Could you try running the actions? Last time I checked it looked like a permissions issue the runs just never started. |
I couldn't figure out why the new CI failed even on my fork. I've removed the new CI from this PR |
We have integration testing for iOS / Android in the vulkan validation layers and glslang. Which will do for now. |
As of KhronosGroup/SPIRV-Tools/pull/5482 SPIRV-Tools builds cleanly for Android/iOS by default
closes #4437