diff options
author | Dylan Baker <[email protected]> | 2019-10-11 09:21:17 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-16 23:26:09 +0000 |
commit | 6e375ff1aa0a14fa71b8d983409e27fac610bd50 (patch) | |
tree | 71d5a20fa79861d4ecfbf9bb6ef29549904c5923 /.gitlab-ci.yml | |
parent | 4441da00448df0700e4424900091ebbdaa6a3c4f (diff) |
gitlab-ci: Add a pkg-config for mingw
The one debian provides is broken in buster+, so I've just written my
own. This allows meson to find the installed zlib and prevents it from
falling back to wraps.
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 258430d4449..f67f9bb112a 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-07_1" + DEBIAN_TAG: "2019-10-16" DEBIAN_ARM64_TAG: "arm64v8-2019-08-09" STRETCH_TAG: "2019-09-18" DEBIAN_VERSION: buster-slim |