Skip to content

Commit

Permalink
[CI] Run pacman-key --refresh to reduce the chances of msys key problems
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Oct 10, 2023
1 parent cde6480 commit f738f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/msys.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ def __init__(self, name):
create_commands = [
'pacman-key --init',
'pacman-key --populate msys2',
'pacman-key --refresh',
'pacman --noconfirm -Sy procps tar {}'.format(
' '.join(self.packages(name))),
'pkill gpg-agent',
'pkill dirmngr',
'rm -rf /var/cache/pacman/pkg',
'python2.7 -m pip install pip==20.3.4 wheel==0.37.1 --upgrade',
'python3 -m pip install pip==22.2.2 wheel==0.37.1 --upgrade',
Expand Down

0 comments on commit f738f2d

Please sign in to comment.