We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9044a4e + 426ff12 commit b24204dCopy full SHA for b24204d
.github/workflows/git-artifacts.yml
@@ -288,7 +288,7 @@ jobs:
288
run: |
289
cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/compat/vcbuild/vcpkg/installed/arm64-windows \
290
-DNO_GETTEXT=YesPlease -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON -DCMAKE_GENERATOR_PLATFORM=arm64 -DVCPKG_ARCH=arm64-windows \
291
- -DCMAKE_INSTALL_PREFIX="`pwd`/git-arm64"
+ -DCMAKE_INSTALL_PREFIX="`pwd`/git-arm64" -DSKIP_DASHED_BUILT_INS=ON
292
- name: MSBuild
293
run: msbuild git.sln -property:Configuration=Release
294
- name: Link the Git executables
0 commit comments