File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ RUN set -ex \
3333
3434# Workaraound: Update the keyring for signatures of new maintainers
3535# See: https://github.com/msys2/MSYS2-packages/issues/2343
36- RUN set -ex \
37- && rm /usr/share/pacman/keyrings/* \
38- && pacman-key --init \
39- && pacman -Syu \
40- && pacman -S msys2-keyring --noconfirm \
41- && pacman-key --populate msys2 \
42- && pacman -Syu
36+ # RUN set -ex \
37+ # && rm /usr/share/pacman/keyrings/* \
38+ # && pacman-key --init \
39+ # && pacman -Syu \
40+ # && pacman -S msys2-keyring --noconfirm \
41+ # && pacman-key --populate msys2 \
42+ # && pacman -Syu
4343
4444# install build dependencies
4545RUN set -ex \
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ RUN set -ex \
3636
3737# Workaraound: Update the keyring for signatures of new maintainers
3838# See: https://github.com/msys2/MSYS2-packages/issues/2343
39- RUN set -ex \
40- && rm /usr/share/pacman/keyrings/* \
41- && pacman-key --init \
42- && pacman -Syu \
43- && pacman -S msys2-keyring --noconfirm \
44- && pacman-key --populate msys2 \
45- && pacman -Syu
39+ # RUN set -ex \
40+ # && rm /usr/share/pacman/keyrings/* \
41+ # && pacman-key --init \
42+ # && pacman -Syu \
43+ # && pacman -S msys2-keyring --noconfirm \
44+ # && pacman-key --populate msys2 \
45+ # && pacman -Syu
4646
4747
4848# install build dependencies
You can’t perform that action at this time.
0 commit comments