File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 rm -rf temp-vcpkg-boost
5555
5656 # YASM overlay (ARM64 fix)
57- # commit before changes to yasm package which seems to break ARM builds https://github.com/microsoft/vcpkg/pull/45856
57+ # commit before changes to yasm package which seems to break ARM builds https://github.com/microsoft/vcpkg/pull/45856
5858 # commit: 94a9df6990e426ec3fff1a4ba20016da4aafea70
59-
59+
6060 git clone --depth=1 https://github.com/microsoft/vcpkg.git temp-vcpkg-yasm
6161 cd temp-vcpkg-yasm
6262 git fetch origin 94a9df6990e426ec3fff1a4ba20016da4aafea70
6666 rm -rf temp-vcpkg-yasm
6767
6868 # NOTE: disabling debug for all triplets, so 64 host / 32 guest won't build debug version of 64-bit tools
69- # Othervice , x86 package size is way larger than needed
69+ # Otherwise , x86 package size is way larger than needed
7070 - name : Disable debug builds
7171 run : |
7272 echo 'set(VCPKG_BUILD_TYPE release)' >>triplets/x64-windows.cmake
You can’t perform that action at this time.
0 commit comments