Bump SDL3 (3.4.2) and SDL3_image (3.4.0) to the latest stable releases.#3198
Bump SDL3 (3.4.2) and SDL3_image (3.4.0) to the latest stable releases.#3198DexerBR wants to merge 2 commits intokivy:developfrom
3.4.2) and SDL3_image (3.4.0) to the latest stable releases.#3198Conversation
|
Any updates regarding this PR? |
3.2.22)3.4.2) and SDL3_image (3.4.0) to the latest stable releases.
PR updated to bump SDL3 ( |
|
Thanks for the changes, I see the CI is failing "no space left on device", I thought that was mostly addressed via #3269 |
I just rebased it 👍 |
|
Thanks 🙏 It still failing big time with the same error, weird. I'll look it up a bit later |
|
I've addressed the issue here #3282 |
baffd42 to
7fe1f1b
Compare
|
Disk space issue is indeed solved after the rebase and then we hit another CI limitation that I'm addressing in #3284, we cab rebase after it's merged and hopefully CI would build green here as well eventually 🤞 Edit: rebasing again with the follow up fix 🤞 |
7fe1f1b to
36c2416
Compare
|
CI is still failing. Maybe replacing def get_recipe_env(
self, arch=None, with_flags_in_cc=True, with_python=False
):
env = super().get_recipe_env(arch, with_flags_in_cc, with_python)
env["SUPPORT_WEBP"] = "true"
return env |
|
Thanks for looking this up, yes patch is failing indeed. |
No description provided.