Skip to content

Commit 072b6c9

Browse files
committed
git: skip Rust bits in i686 builds (again)
This was already done as part of b08d188 (mingw-w64-git: upgrade to Git for Windows 2.55.0 (msys2#30227), 2026-06-29), but was inadvertently reverted in the parent commit because I had forgotten to merge #207 in the hectic release process before building the artifacts of Git for Windows v2.55.0(2). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent c3c0ad7 commit 072b6c9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

mingw-w64-git/PKGBUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ STRIP=
8383
STRIP_OPTS=
8484
LDFLAGS=
8585

86+
if test i686 = "$CARCH"
87+
then
88+
# There is no i686 Rust we can use
89+
export NO_RUST=ThatsRight
90+
fi
91+
8692
if test -z "$NO_RUST"
8793
then
8894
makedepends+=("${MINGW_PACKAGE_PREFIX}-rust")

0 commit comments

Comments
 (0)