The source project of this merge request has been removed.
Use pre-built Docker images
In order to reduce the CI build duration, this pre-built images contain pre-installed packages such as Mozilla SpiderMonkey, compilers, git, python, etc.
- The first build (after a new image upload) takes longer, due to download time. Sequential builds will have the image cached on server.
- About the recipe for the docker image creation:
- in order to keep the image smallest possible, I used a script to build the image (not a Dockerimagefile). I can push it in a new MR, probably inside test. Maybe a sub-folder named docker? A pure Dockerfile is going to be a pure mess.