Skip to content

Commit bfaf12b

Browse files
committed
git-artifacts(arm64): avoid hard-linking the dashed built-ins
The archive and MinGit variants really get bloated because they handle those as straight copies instead of hard-links. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 628651c commit bfaf12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
run: |
289289
cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/compat/vcbuild/vcpkg/installed/arm64-windows \
290290
-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"
291+
-DCMAKE_INSTALL_PREFIX="`pwd`/git-arm64" -DSKIP_DASHED_BUILT_INS=ON
292292
- name: MSBuild
293293
run: msbuild git.sln -property:Configuration=Release
294294
- name: Link the Git executables

0 commit comments

Comments
 (0)