From: Marc-André Lureau Date: Sun, 10 Jan 2021 18:54:43 +0000 (+0400) Subject: ci: bump msys2 deps, fix broken links X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=029a0adf4b046e8cfb6b9ea43dfc1af678fe6b18;p=platform%2Fupstream%2Fdbus.git ci: bump msys2 deps, fix broken links Signed-off-by: Marc-André Lureau (cherry picked from commit c5385dfd60ac7ca64c6742d33dd82688769805fe) --- diff --git a/tools/ci-install.sh b/tools/ci-install.sh index d66eabe..0c83bf4 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -186,6 +186,7 @@ case "$ci_distro" in xmlto xsltproc xvfb + zstd ) case "$ci_suite" in @@ -242,21 +243,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