Skip to content

Commit 9afeb53

Browse files
committed
build-and-deploy: prepare initial arm64 wintoast/GCM
These two packages do not yet exist in their arm64 version, let's support building them without rebuilding the i686/x86_64 versions. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a311b4a commit 9afeb53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ jobs:
250250
esac
251251
)
252252
253+
# No need to rebuild i686/x86_64 flavors when building the initial
254+
# arm64 versions of the wintoast/GCM packages
255+
test ebe6c944c573ee4d8900f0e015365468606c9e1e != "$REF" ||
256+
test "mingw32 mingw64 clangarm64" != "$MINGW_ARCHS_TO_BUILD" ||
257+
MINGW_ARCHS_TO_BUILD=clangarm64
258+
253259
cd "/usr/src/$REPO/$PACKAGE_TO_BUILD" &&
254260
MAKEFLAGS=-j6 PKGEXT='.pkg.tar.xz' MINGW_ARCH=$MINGW_ARCHS_TO_BUILD $MAKEPKG -s --noconfirm &&
255261
cp *.pkg.tar* "$dir/" &&

0 commit comments

Comments
 (0)