Skip to content

Commit c5128f3

Browse files
committed
git-artifacts: stop building mingw-w64-i686-git
This package will never need to be built in git-sdk-64 again. Therefore we no longer need to verify that it builds in the `git-artifacts` workflow. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4074eae commit c5128f3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,6 @@ jobs:
113113
cp PKGBUILD.$version PKGBUILD &&
114114
git commit -s -m "mingw-w64-git: new version ($version)" PKGBUILD &&
115115
git bundle create "$b"/MINGW-packages.bundle origin/main..main)
116-
- name: Build mingw-w64-i686-git
117-
if: env.ARCH_NAME == 'x86_64'
118-
shell: bash
119-
run: |
120-
set -x
121-
122-
# Make sure that there is a `/usr/bin/git` that can be used by `makepkg-mingw`
123-
printf '#!/bin/sh\n\nPATH=/mingw${{env.ARCH_BITNESS}}/bin:$PATH exec /mingw${{env.ARCH_BITNESS}}/bin/git.exe "$@"\n' >/usr/bin/git &&
124-
125-
# Restrict `PATH` to MSYS2
126-
PATH="/mingw${{env.ARCH_BITNESS}}/bin:/usr/bin:/C/Windows/system32"
127-
128-
sh -x /usr/src/build-extra/please.sh build-mingw-w64-git --only-32-bit -o artifacts HEAD
129116
- name: Publish mingw-w64-${{env.ARCH_NAME}}-git
130117
uses: actions/upload-artifact@v5
131118
with:

0 commit comments

Comments
 (0)