Skip to content

Commit 621b19a

Browse files
committed
utils.pwsh: Remove manual pacman keyring upgrade
The Windows 11 Arm runners do not have MSYS2 installed, and attempts to manually install it have failed. Installing via winget fails because winget is not available on the windows-2022 or windows-11-arm runners. Installing via chocolately fails because its install destination is non-standard, and their option to change the install destination is a paid option. Just remove the manual pacman keyring upgrade for now.
1 parent 48e6f71 commit 621b19a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils.pwsh/Setup-Host.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ function Setup-Host {
2828
}
2929

3030
Install-BuildDependencies -WingetFile ${script:PSScriptRoot}/.Wingetfile
31-
Invoke-External bash.exe -c "rm -rf /etc/pacman.d/gnupg; pacman-key --init && pacman-key --populate msys2"
32-
Invoke-External pacman.exe -S --sysupgrade --refresh --refresh --noconfirm --needed --noprogressbar
3331
}
3432
}
3533

0 commit comments

Comments
 (0)