-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error on Ubuntu; server closes with 500 on downloading SDL2 tarball. Only present on Linux. #23
Comments
Have you recently run a lot of (parallel) builds? |
This is correct. I run 4 builds in parallel. 2 for Linux (gcc & clang), 1 for Windows (cl/msvc), and 1 for MacOS (gcc). The latter two both succeed (at this step). It could be possible that the github tokens dried out but that wouldn't explain the big picture as Windows and MacOS builds both succeed ( |
I have the same issue: |
HI there. |
Does this still happen? |
The original issue seems to be solved, as the action's data is fetched from cache:
I cannot yet conclude whether it is completely fixed because my build now fails with a different reason:
This is possibly an issue in my project, so I need to investigate it. |
@KenVanHoeylandt --- a/app-sim/CMakeLists.txt
+++ b/app-sim/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(app-sim
PRIVATE tactility-core
PRIVATE lvgl
PRIVATE lv_drivers
- PRIVATE SDL2
+ PRIVATE SDL2::SDL2
)
target_link_libraries(app-sim ${SDL2_LIBRARY}) Likewise, for SDL2_image, link to |
Hey sorry I didn't get your messages, I hope you're still online. I'll investigate the potential fixes. |
On the Node 20 branch, this still happens. |
@madebr Thanks, that solved it! I ended up using the proper variable: The build then succeeded, but the original problem was back in the build afterwards: Conclusion: it fails intermittently depending on whether it uses the cached data or not. |
@madebr I'm sorry if you're busy working on SDL2 or this project but this issue isn't fixed yet - Nothing has changed on the master branch. |
I'm also encountering this issue, is there any update yet? |
Try doing this. |
Error on downloading and extracting the SDL2 tarball, of which is only present on Ubuntu.
The text was updated successfully, but these errors were encountered: