diff options
author | Eric Engestrom <[email protected]> | 2019-08-03 12:31:19 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-07 10:18:25 +0100 |
commit | 32ce01095114ae087a77f437513d2f0806973cbf (patch) | |
tree | 7434628b9310e6ceaaadc1edf9c2473deff272ec /.gitlab-ci.yml | |
parent | 5b10ddf3589bdd6ef9cfc63a807ae91dc0e4095f (diff) |
gitlab-ci: don't install autotools deps
These could've been deleted a long time ago, but apparent we forgot.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4826f57971..10e6c4e99b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ # repository's registry will be used there as well. variables: UPSTREAM_REPO: mesa/mesa - DEBIAN_TAG: "2019-08-03" + DEBIAN_TAG: "2019-08-07" DEBIAN_VERSION: stretch-slim DEBIAN_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG" |