aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-10-05 17:23:42 +0200
committerGitHub <noreply@github.com>2021-10-05 17:23:42 +0200
commitf6c0a37b021cebe7fda730f2116c763b6464203d (patch)
treec3d3a45a3675ea5158a9af560f63442d0eda30e3 /ci
parent3b531d50a8b978e344df9becc20fa0f5a6b0fc3a (diff)
downloadrneovim-f6c0a37b021cebe7fda730f2116c763b6464203d.tar.gz
rneovim-f6c0a37b021cebe7fda730f2116c763b6464203d.tar.bz2
rneovim-f6c0a37b021cebe7fda730f2116c763b6464203d.zip
build(deps)!: use libuv 1.42.0 upstream for WIN32 (#15889)
Switch libuv from https://github.com/neovim/libuv fork to upstream for WIN32. Upstream at 1.42.0 is now used for all platforms. BREAKING CHANGE: removes Windows 7 support BREAKING CHANGE: removes support for mouse and alternate buffers in TUI for Windows 8 and 8.1
Diffstat (limited to 'ci')
-rw-r--r--ci/build.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.ps1 b/ci/build.ps1
index 53e4328e02..8876ac31ef 100644
--- a/ci/build.ps1
+++ b/ci/build.ps1
@@ -72,7 +72,7 @@ if ($compiler -eq 'MINGW') {
& C:\msys64\usr\bin\mkdir -p /var/cache/pacman/pkg
# Build third-party dependencies
- C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm -Su" ; exitIfFailed
+ C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm -Syu" ; exitIfFailed
C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm --needed -S $mingwPackages" ; exitIfFailed
}
elseif ($compiler -eq 'MSVC') {