mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	ci/AppVeyor: Remove gperf from downloaded MSYS2 packages
This commit is contained in:
		@@ -11,7 +11,6 @@ $depsCmakeVars = @{
 | 
			
		||||
$nvimCmakeVars = @{
 | 
			
		||||
  CMAKE_BUILD_TYPE = $cmakeBuildType;
 | 
			
		||||
  BUSTED_OUTPUT_TYPE = 'nvim';
 | 
			
		||||
  GPERF_PRG = 'C:\msys64\usr\bin\gperf.exe';
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function exitIfFailed() {
 | 
			
		||||
@@ -42,7 +41,7 @@ if ($compiler -eq 'MINGW') {
 | 
			
		||||
 | 
			
		||||
  # Build third-party dependencies
 | 
			
		||||
  C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm -Su" ; exitIfFailed
 | 
			
		||||
  C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm --needed -S mingw-w64-$arch-cmake mingw-w64-$arch-perl mingw-w64-$arch-diffutils mingw-w64-$arch-unibilium gperf" ; exitIfFailed
 | 
			
		||||
  C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm --needed -S mingw-w64-$arch-cmake mingw-w64-$arch-perl mingw-w64-$arch-diffutils mingw-w64-$arch-unibilium" ; exitIfFailed
 | 
			
		||||
}
 | 
			
		||||
elseif ($compiler -eq 'MSVC') {
 | 
			
		||||
  $cmakeGeneratorArgs = '/verbosity:normal'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user