[gtk/gtk-3-24] CI: install brotli in msys2
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24] CI: install brotli in msys2
- Date: Sun, 10 May 2020 06:34:33 +0000 (UTC)
commit 8b9ce87fc76052d31d42049b05429a7e55743f71
Author: Christoph Reiter <reiter christoph gmail com>
Date: Sun May 10 08:31:37 2020 +0200
CI: install brotli in msys2
Not a direct dependency, but the freetype package is missing it atm
.gitlab-ci/test-msys2-meson.sh | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 598e9bd414..88421933b8 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -30,6 +30,9 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-ninja \
mingw-w64-$MSYS2_ARCH-gtk-doc
+# https://github.com/msys2/MINGW-packages/pull/6465
+pacman --noconfirm -S --needed mingw-w64-$MSYS2_ARCH-brotli
+
mkdir -p _ccache
export CCACHE_BASEDIR="$(pwd)"
export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]