Skip to content

Commit ea9d92d

Browse files
committed
check-for-missing-dlls: accommodate for GCM supporting x64 and arm64, too
Git Credential Manager now ships for all the architectures we need in Git for Windows: x86, x64 and arm64. Therefore, the distributed binaries include the architecture-specific MSAL runtime DLLs, which we need to accommodate for. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 1e03cf4 commit ea9d92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-for-missing-dlls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ grep '\.dll$' "$tmp_file.all" |
123123
-e '^usr/lib/sasl2/' \
124124
-e '^usr/lib/coreutils/libstdbuf.dll' \
125125
-e '^mingw../bin/libcurl\(\|-openssl\)-4.dll' \
126-
-e '^mingw../bin/\(atlassian\|azuredevops\|bitbucket\|gcmcore.*\|github\|gitlab\|microsoft\|newtonsoft\|system\..*\|webview2loader\|avalonia\|.*harfbuzzsharp\|microcom\|.*skiasharp\|av_libglesv2\|msalruntime_x86\)\.' \
126+
-e '^mingw../bin/\(atlassian\|azuredevops\|bitbucket\|gcmcore.*\|github\|gitlab\|microsoft\|newtonsoft\|system\..*\|webview2loader\|avalonia\|.*harfbuzzsharp\|microcom\|.*skiasharp\|av_libglesv2\|msalruntime\(\|_x86\|arm64\)\)\.' \
127127
-e '^mingw../lib/ossl-modules/' \
128128
-e '^mingw../lib/\(engines\|reg\|thread\)' |
129129
sed 's/^/unused dll: /' |

0 commit comments

Comments
 (0)