diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-09-15 00:51:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 01:51:38 +0300 |
commit | b872eea27f32e2d0b6767d7247cd43199b9ae41c (patch) | |
tree | bc122239e385d504c2e538498f6c6fcf309eafcc /azure-pipelines.yml | |
parent | 60f78e7981ced063415ffe68f01b961f77390f2b (diff) | |
download | meson-b872eea27f32e2d0b6767d7247cd43199b9ae41c.zip meson-b872eea27f32e2d0b6767d7247cd43199b9ae41c.tar.gz meson-b872eea27f32e2d0b6767d7247cd43199b9ae41c.tar.bz2 |
CI: don't update MSYS2 [skip ci]
This should use the package database from the installer,
from the release choco provides and result in fewer potential
changes overall.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e4fe8b6..f0e238d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -168,17 +168,6 @@ jobs: displayName: Install MSYS2 - script: | set PATH=%MSYS2_ROOT%\usr\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem - # Remove this line when https://github.com/msys2/MSYS2-packages/pull/2022 is merged - %MSYS2_ROOT%\usr\bin\pacman --noconfirm -Sy dash - echo Updating msys2 - %MSYS2_ROOT%\usr\bin\pacman --noconfirm -Syuu || echo system update failed, ignoring - echo Killing all msys2 processes - taskkill /F /FI "MODULES eq msys-2.0.dll" - echo Updating msys2 (again) - %MSYS2_ROOT%\usr\bin\pacman --noconfirm -Syuu - displayName: Update MSYS2 - - script: | - set PATH=%MSYS2_ROOT%\usr\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem if %compiler%==gcc ( set "TOOLCHAIN=mingw-w64-$(MSYS2_ARCH)-toolchain" ) else ( set "TOOLCHAIN=mingw-w64-$(MSYS2_ARCH)-clang" ) %MSYS2_ROOT%\usr\bin\pacman --noconfirm --needed -S ^ base-devel ^ |