Added garbage collector to builder image

This commit is contained in:
Jef Roosens 2022-02-04 13:28:03 +01:00
parent a4346aad39
commit 3379db017d
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@ matrix:
# These checks already get performed on the feature branches
platform: ${PLATFORM}
depends_on:
- builder
pipeline:
# The default build isn't needed, as alpine switches to gcc for the compiler anyways