diff options
author | Samuel Pitoiset <[email protected]> | 2019-11-12 14:56:35 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-11-13 10:52:08 +0100 |
commit | cb19f69ff0604d1a439532253432b048d5af0213 (patch) | |
tree | b3bdababb7ae50d771d2440117b86a26b0a0f4d6 /.gitlab-ci.yml | |
parent | 4c1cef68cf767057211ef589278523caffeb3d5b (diff) |
gitlab-ci: build a specific libdrm version for ARM64
RADV requires libdrm-2.4.100 but the distrib package is too old.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Eric Engestrom <[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 b7eb604fb21..78358841116 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: UPSTREAM_REPO: mesa/mesa DEBIAN_TAG: "amd64-2019-11-13-2" DEBIAN_TEST_TAG: "amd64-test-2019-11-12-2" - DEBIAN_ARM64_TAG: "arm64v8-2019-11-06" + DEBIAN_ARM64_TAG: "arm64v8-2019-11-13" DEBIAN_ARM64_TEST_TAG: "arm64v8-test-2019-11-12-2" STRETCH_TAG: "2019-09-18" DEBIAN_VERSION: buster-slim |