-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Web closure compiler build fails after #94109 #94725
Comments
Small update, it seems that
I tried making a sample reproduction test (using the same Godot flags), but it doesn't seem to mark that function as unused (even if no thread code is present at all):
Still investigating, but I'm a bit at lost tbh, I'll probably open an issue upstream with my findings if I can't figure it out by the end of today. |
Well, some more news, it seems I found the relevant upstream issues: emscripten-core/emscripten#21844 . |
Tested versions
master
(f0e20ef)System information
Fedora Linux 40 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7600M XT (RADV NAVI33) - AMD Ryzen 7 7840HS w/ Radeon 780M Graphics (16 Threads)
Issue description
Using Emscripten 3.1.64, but I tested 3.1.63 and 3.1.62 which have the same issue.
I bisected the regression to #94109.
This error happens on a closure compiler Web editor compilation:
@Faless started looking into it:
Steps to reproduce
scons platform=web target=editor use_closure_compiler=yes verbose=yes scu_build=yes
Minimal reproduction project (MRP)
n/a
The text was updated successfully, but these errors were encountered: