summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/debian10/install_iwyu.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: Reduce Fedora and Debian image sizes even moreAlex Turbov2023-02-071-10/+1
| | | | | | | | | | | | Apply the approach from commit 354fdf2116 (ci: Reduce intermediate docker layers and final image size, 2023-02-01) to more stages. Also: * Use cache (prefetch metadata and packages) to reduce network I/O and speedup image build. * Use `tmpfs` to drop logs produced by the package manager.
* ci: Reduce intermediate docker layers and final image sizeAlex Turbov2023-02-061-1/+1
| | | | | Instead of `COPY` to get tar files, execute `RUN` w/ `--mount`. Note that this requires the docker "buildkit" feature to be enabled.
* ci: add an image for Debian 10Ben Boeckel2020-04-291-0/+32
This image is primarily for the include-what-you-use build.