-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
PSP: Allow building tests in parallel #11390
PSP: Allow building tests in parallel #11390
Conversation
I don't think parallel build are completely fixed.
Apply this patch to enable parallel builds on ci. |
I'll take a look, see if I can fix it. |
@madebr I don't understand, that workflow is failing while doing things that are not in the CMakeLists.txt file after merging this PR. |
My logs look similar to the logs of the most recent run of libsdl-org/SDL's main branch? |
I think the issue with SDL3 is that the examples directory contains a copy of the CMakeLists.txt of tests |
Oh, I see. I did not fix this same issue for examples. I wasn't aware that worked the same way. |
Without this change using the
-j
flag while building the tests causes errors.Description
The PSPSDK has been updated to allow for setting the target directory of EBOOT.PBP file. We can use this to make it possible to use the
-j
flag while building them. Right now this still causes errors.I'll see if I can do the same for SDL3
Existing Issue(s)