Skip to content

Commit e17c0f5

Browse files
committed
minimal-sdk: add missing DLLs for clang.exe
While working on adding a `ci-artifacts` pipeline to `git-sdk-arm64`, which contains a test for `clang.exe`, the command failed because of some missing DLLs. This commit ensures the missing DLLs will be added to the `minimal-sdk` artifact. Ref: git-for-windows#22 Signed-off-by: Dennis Ameling <[email protected]>
1 parent 5f3b94d commit e17c0f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.sparse/minimal-sdk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
/clangarm64/bin/libgmp-*[0-9].dll
2222
/clangarm64/bin/libclang.dll
2323
/clangarm64/bin/libclang-cpp.dll
24+
/clangarm64/bin/libffi-8.dll
2425
/clangarm64/bin/libLLVM-*[0-9].dll
26+
/clangarm64/bin/liblzma-5.dll
2527
/clangarm64/bin/libwinpthread-*[0-9].dll
28+
/clangarm64/bin/libxml2-2.dll
2629
/clangarm64/bin/libzstd.dll
2730
/clangarm64/bin/llvm-strip.exe
2831
/clangarm64/bin/windres.exe

0 commit comments

Comments
 (0)