Skip to content

Commit 0c37d1a

Browse files
committed
revert "ci: patch vcpkg to re-enable LTO on Windows"
This reverts commit a039f78.
1 parent b49e568 commit 0c37d1a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.appveyor.yml

-5
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ for:
111111
- if "%ARCH%" == "x64" call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
112112
- if "%ARCH%" == "x86" call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"
113113
build_script:
114-
# fix vcpkg toolchain reverting CMake policies to v3.7.2
115-
# (TODO: remove on the next image update)
116-
- git -C C:\Tools\vcpkg fetch
117-
- git -C C:\Tools\vcpkg restore -s 5cf60186a241e84e8232641ee973395d4fde90e1 scripts\buildsystems\vcpkg.cmake
118-
119114
- cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
120115
-DVCPKG_TARGET_TRIPLET=%ARCH%-windows-static
121116
-DCMAKE_TOOLCHAIN_FILE=C:\Tools\vcpkg\scripts\buildsystems\vcpkg.cmake

0 commit comments

Comments
 (0)