Skip to content

Commit 6d3bc6d

Browse files
committed
msys
1 parent 57caf85 commit 6d3bc6d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

windows-amd64/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
4545
RUN set -ex \

windows-i386/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)