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

gltestserver needs a diet #563

Open
1 task
cdecker opened this issue Jan 16, 2025 · 0 comments
Open
1 task

gltestserver needs a diet #563

cdecker opened this issue Jan 16, 2025 · 0 comments
Labels
help wanted Extra attention is needed P4

Comments

@cdecker
Copy link
Collaborator

cdecker commented Jan 16, 2025

The recently introduced gl-testserver is run from a docker image that
contains all the necessary dependencies, and some more. The image
weighs in at over 9GiB, which even developing locally is a bit
much. It means that the developer disk is pointlessly being filled,
but also that a build and download of the docker image is a lengthy
process.

Putting it on a diet to weigh less, and come with fewer optional
dependencies is likely a good idea. These are the common threads that
we might want to investigate:

  • Rust compilation artifacts should be kept in a builder image, and
    selectively copied over.
@cdecker cdecker added help wanted Extra attention is needed P4 labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed P4
Projects
None yet
Development

No branches or pull requests

1 participant