summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2023-03-19 23:02:15 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2023-03-19 23:02:15 -0400
commitb3225773d38495cc2149f68d95c15cf62a9801ae (patch)
treee66f217af959674170062ae37dc18397864e725a
parent11df9cdc5ff495422243f010d146d8117d25710f (diff)
downloadlibnice-b3225773d38495cc2149f68d95c15cf62a9801ae.tar.gz
ci: Remove keyring update for msys2
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35f1640..1615a84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,8 +101,6 @@ build msys2:
# It seems that the gpg doesn't like the SSL secured version of the keyserver
- C:\msys64\usr\bin\bash -c "pacman-key --init && pacman-key --populate msys2 && pacman-key --refresh-keys || true"
- - echo "Download newest msys2 keyring"
- - C:\msys64\usr\bin\bash -c "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz && pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- C:\msys64\usr\bin\bash -c "pacman-key --init && pacman-key --populate msys2"
- C:\msys64\usr\bin\bash -c "pacman-key --refresh-keys || true"
- C:\msys64\usr\bin\bash -c "pacman -Sy --noconfirm --needed mingw-w64-x86_64-toolchain ninja"