-
Notifications
You must be signed in to change notification settings - Fork 30
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
Slow windows CI operations #292
Labels
Comments
Yeah, Windows is currently the bottleneck in the release workflow. I usually see about 15 minutes for Windows and like 8 minutes for Linux though. Are you using a private runner? |
This is a known issue when building Bevy on Windows in general. Maybe we could do cross-compilation? |
benfrankel
added
enhancement
New feature or request
question
Further information is requested
labels
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When making builds it seems Windows is significantly slower than Linux, more than doubling the time of the workflow.
This is unfortunate as Windows is the primary build target for most games.
For context, my project is not that big, and I'm using less than default optimisation levels to try and help it.
One idea I saw is to use a special drive on windows which reduces filesystem overhead. In the uv project they saw builds go from 4m to 1-2m~ which is huge.
astral-sh/uv#3522
The text was updated successfully, but these errors were encountered: