summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-01-25 12:04:12 +0100
committerErik Faye-Lund <erik.faye-lund@collabora.com>2023-01-30 09:44:37 +0100
commit0634e16ec74c7eabb7ddb5852dffa85c77b1f014 (patch)
tree1e15fe05bd1c98884550fe98e268c14b5b7f390a /.gitlab-ci.yml
parentc7165d577d7d7ba66816fc9a5155077d75ab4b9c (diff)
downloadmesa-demos-0634e16ec74c7eabb7ddb5852dffa85c77b1f014.tar.gz
gitlab-ci: add package for mingw pkg-config
We missed the mingw-version of pkg-config until now. It wasn't a big deal, because we didn't really end up using it. But that's about to change, so let's install the missing package. Fixes: 70ea768b ("gitlab-ci: build with meson") Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b8e0167..a0226557 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,13 +35,14 @@ x86_build:
# No need to pull the whole repo to build the container image
GIT_STRATEGY: none
# /!\ Bump the TAG when modifying the DEBS
- FDO_DISTRIBUTION_TAG: &x86_build "2023-01-25-upgrade-meson"
+ FDO_DISTRIBUTION_TAG: &x86_build "2023-01-27-mingw-w64-tools"
FDO_DISTRIBUTION_PACKAGES: >-
build-essential
python3-pip
pkg-config
ninja-build
mingw-w64
+ mingw-w64-tools
wine
freeglut3-dev