Skip to content

Commit

Permalink
minimal-sdk: add missing DLLs for clang.exe
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dennisameling committed Sep 14, 2024
1 parent 5f3b94d commit d8e535d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .sparse/minimal-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
/clangarm64/bin/libgmp-*[0-9].dll
/clangarm64/bin/libclang.dll
/clangarm64/bin/libclang-cpp.dll
/clangarm64/bin/libffi-*[0-9].dll
/clangarm64/bin/libLLVM-*[0-9].dll
/clangarm64/bin/liblzma-*[0-9].dll
/clangarm64/bin/libwinpthread-*[0-9].dll
/clangarm64/bin/libxml2-*[0-9].dll
/clangarm64/bin/libzstd.dll
/clangarm64/bin/llvm-strip.exe
/clangarm64/bin/windres.exe
Expand Down

0 comments on commit d8e535d

Please sign in to comment.