Skip to content

Commit be09498

Browse files
committed
build-git-installers.yml: drop cv2pdb exist test
Since rainers/cv2pdb#66, the cv2pdb tool no longer needs assistance to locate the mspdb140.dll library, as it now uses `vswhere` which is found on all hosted runners. For Windows/ARM64 builds we're using self-hosted (1ES pool) runners which may not have `vswhere`, _but_ this is OK since the clang builds can produce PDBs natively anyway. Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
1 parent 2dc56ed commit be09498

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ jobs:
122122
# Make sure that there is a `/usr/bin/git` that can be used by `makepkg-mingw`
123123
printf '#!/bin/sh\n\nexec /mingw64/bin/git.exe "$@"\n' >/usr/bin/git &&
124124
125-
# Restrict `PATH` to MSYS2 and to Visual Studio (to let `cv2pdb` find the relevant DLLs)
126-
PATH="/mingw64/bin:/usr/bin:/C/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64:/C/Windows/system32"
127-
128-
type -p mspdb140.dll || exit 1
129-
130125
sh -x /usr/src/build-extra/please.sh build-mingw-w64-git --only-64-bit --build-src-pkg -o artifacts HEAD &&
131126
if test -n "$GPGKEY"
132127
then

0 commit comments

Comments
 (0)