diff options
author | Alexandros Frantzis <[email protected]> | 2019-10-29 11:01:57 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-10-29 09:50:09 +0000 |
commit | 1257d06ba74830e888d09af0f0db4f5302e71fcc (patch) | |
tree | 8f0314c3677cd4a52818a6f9d16965b0d5cf57f1 /.gitlab-ci.yml | |
parent | 690d359b6f4947e65f0a060480c1394aaa862df0 (diff) |
gitlab-ci: Update required libdrm version
Commit 9edcce2a32ed bumped the required libdrm-amdgpu version to
2.4.100. Update the version we use in our CI scripts to avoid CI
build failures.
Also bump the debian image name for this change to take effect.
Note that amdgpu is only built with the debian-buster image,
so only this image requires an update.
Fixes: 9edcce2a ("ac: get tcc_harvested from the kernel")
Signed-off-by: Alexandros Frantzis <[email protected]>
Reviewed-by: Erik Faye-Lund <[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 ac8dfefccc3..78793fc7b0c 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-10-23" + DEBIAN_TAG: "2019-10-29" DEBIAN_ARM64_TAG: "arm64v8-2019-10-23" STRETCH_TAG: "2019-09-18" DEBIAN_VERSION: buster-slim |