summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-01-13 15:05:17 +0000
committerSimon McVittie <smcv@collabora.com>2021-01-13 15:05:17 +0000
commitefe805c849c863b1a98967ec4e506a0942b12858 (patch)
tree8197693dc5a4ff0b40c4e25a6359b152fbf6f825
parent95bff90369e851c0bf860ecbc66ae9f21578a12c (diff)
parentc5385dfd60ac7ca64c6742d33dd82688769805fe (diff)
Merge branch 'ci' into 'master'
ci: bump msys2 deps, fix broken links See merge request dbus/dbus!201
-rwxr-xr-xtools/ci-install.sh27
1 files changed, 14 insertions, 13 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index b026d4d3..d6c8246f 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -171,6 +171,7 @@ case "$ci_distro" in
xmlto
xsltproc
xvfb
+ zstd
)
case "$ci_suite" in
@@ -227,21 +228,21 @@ if [ "$ci_local_packages" = yes ]; then
dep_prefix=$(pwd)/${ci_host}-prefix
install -d "${dep_prefix}"
packages=(
- bzip2-1.0.8-1
- expat-2.2.9-1
- gcc-libs-9.3.0-2
- gettext-0.19.8.1-8
- glib2-2.64.2-1
- iconv-1.16-1
- libffi-3.3-1
- libiconv-1.16-1
- libwinpthread-git-8.0.0.5814.9dbf4cc1-1
- pcre-8.44-1
- zlib-1.2.11-7
+ bzip2-1.0.8-2
+ expat-2.2.10-1
+ gcc-libs-10.2.0-6
+ gettext-0.19.8.1-10
+ glib2-2.66.4-1
+ iconv-1.16-2
+ libffi-3.3-2
+ libiconv-1.16-2
+ libwinpthread-git-8.0.0.5906.c9a21571-1
+ pcre-8.44-2
+ zlib-1.2.11-8
)
for pkg in "${packages[@]}" ; do
- wget ${mirror}/mingw-w64-${ci_host%%-*}-${pkg}-any.pkg.tar.xz
- tar -C ${dep_prefix} --strip-components=1 -xvf mingw-w64-${ci_host%%-*}-${pkg}-any.pkg.tar.xz
+ wget ${mirror}/mingw-w64-${ci_host%%-*}-${pkg}-any.pkg.tar.zst
+ tar -C ${dep_prefix} --strip-components=1 -xvf mingw-w64-${ci_host%%-*}-${pkg}-any.pkg.tar.zst
done
# limit access rights