Skip to content

Commit 6a287f6

Browse files
Appveyor: try to fix pacman issue
1 parent 5110676 commit 6a287f6

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.appveyor.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2022
22

33
platform:
44
- x64
@@ -18,12 +18,6 @@ environment:
1818
- LISP: sbcl-bin
1919

2020
install:
21-
# Mingw updated package signers, so pacman needs to be informed
22-
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
23-
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
24-
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
25-
- bash -lc "pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
26-
2721
- bash -lc 'pacman -Sy --noconfirm mingw64/mingw-w64-x86_64-zeromq mingw32/mingw-w64-i686-zeromq'
2822
- ps: appveyor DownloadFile $Env:ROSWELL_ZIP -FileName Roswell.zip
2923
- 7z x -o%USERPROFILE% Roswell.zip

config-examples/.appveyor.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Example configuration for Appveyor ###
22

3-
image: Visual Studio 2017
3+
image: Visual Studio 2022
44

55
platform:
66
- x64
@@ -21,12 +21,6 @@ environment:
2121
# note that the roswell scripts have to explicitly be run through bash,
2222
# since cmd doesn't support shabangs and powershell doesn't support exec
2323
install:
24-
# Mingw updated package signers, so pacman needs to be informed
25-
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
26-
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
27-
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
28-
- bash -lc "pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
29-
3024
- bash -lc "curl -L https://raw.githubusercontent.com/roswell/roswell/release/scripts/install-for-ci.sh | sh"
3125
- ros install neil-lindquist/ci-utils #for asdf-register-project and run-fiveam
3226
- bash -lc "asdf-register-project"

0 commit comments

Comments
 (0)