summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-08-03 12:31:19 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-08-07 10:18:25 +0100
commit32ce01095114ae087a77f437513d2f0806973cbf (patch)
tree7434628b9310e6ceaaadc1edf9c2473deff272ec /.gitlab-ci.yml
parent5b10ddf3589bdd6ef9cfc63a807ae91dc0e4095f (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 <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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"