Open ludgerpaehler opened 7 months ago
To be able to bump the number of builders, we need to consider how we can potentially split out the builders into separate Docker-containers, i.e.:
Dockerfile.spack Dockerfile.rust ...
This would in turn also make the Docker containers a lot smaller, and more controlled in scope.
Package as is, is launched out of the container so the splitting into separate Dockerfiles fits in with that approach.
-
To be able to bump the number of builders, we need to consider how we can potentially split out the builders into separate Docker-containers, i.e.:
This would in turn also make the Docker containers a lot smaller, and more controlled in scope.