File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ IFS=$'\n\t'
6
6
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
7
7
8
8
if isWindows; then
9
+ # FIXME(mati865): hopefully temporary workaround for MSYS2 issue
10
+ pacman -Sy --noconfirm pacman
11
+
9
12
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar \
10
13
binutils
11
14
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ if isWindows; then
17
17
msys2.nupkg
18
18
curl -sSL https://packages.chocolatey.org/chocolatey-core.extension.1.3.5.1.nupkg > \
19
19
chocolatey-core.extension.nupkg
20
+ # FIXME(mati865): remove `/NoUpdate` once MSYS2 issue is fixed
20
21
choco install -s . msys2 \
21
- --params=" /InstallDir:$( ciCheckoutPath) /msys2 /NoPath" -y --no-progress
22
+ --params=" /InstallDir:$( ciCheckoutPath) /msys2 /NoPath /NoUpdate " -y --no-progress
22
23
rm msys2.nupkg chocolatey-core.extension.nupkg
23
24
mkdir -p " $( ciCheckoutPath) /msys2/home/${USERNAME} "
24
25
ciCommandAddPath " $( ciCheckoutPath) /msys2/usr/bin"
You can’t perform that action at this time.
0 commit comments