Skip to content
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

Tar is very slow #360

Open
madebr opened this issue Aug 2, 2024 · 0 comments
Open

Tar is very slow #360

madebr opened this issue Aug 2, 2024 · 0 comments

Comments

@madebr
Copy link
Contributor

madebr commented Aug 2, 2024

Hello, we're using the devkitpro/devkitarm docker container at libsdl-org/SDL to verify Nintendo 3DS support.

I recently noticed CPack generation in the n3ds job is relatively slow.
In the n3ds jobs it takes around 30 to 40 seconds to generate a binary package.
Other platforms do this in 1-10 seconds.

Bug Report

What's the issue you encountered?

Slow CPack binary package generation on ci

How can the issue be reproduced?

Build SDL3 on ci, or in a devkitpro docker container

git clone https://github.com/libsdl-org/SDL /tmp/SDL
cmake -S /tmp/SDL -B /tmp/SDL-build -DCMAKE_TOOLCHAIN_FILE="${DEVKITPRO}/cmake/3DS.cmake" -DSDL_DISABLE_INSTALL=OFF -DSDL_DISABLE_INSTALL_CPACK=OFF -DCMAKE_BUILD_TYPE=Release
cmake --build /tmp/SDL-build --config Release
cmake --build /tmp/SDL-build --target package --config Release

Environment?

  • What host OS are you using?

Latest official docker container (GitHub actions)

Additional context?

N/A

@madebr madebr changed the title Tar if very slow Tar is very slow Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant