mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
Revert "CI: restore full builds for pull requests"
This reverts commit 77f24af5b851a3a0cd067fcfffd18ecc6972ea83.
This commit is contained in:
@@ -107,12 +107,7 @@ if ! $DO_UPLOAD; then
|
||||
|
||||
echo
|
||||
for pkg in $PACKAGE_NAMES; do
|
||||
if [ -n "$CIRRUS_PR" ]; then
|
||||
## Use full builds for pull request.
|
||||
./build-package.sh -a "$TERMUX_ARCH" "$pkg"
|
||||
else
|
||||
./build-package.sh -a "$TERMUX_ARCH" -I "$pkg"
|
||||
fi
|
||||
./build-package.sh -a "$TERMUX_ARCH" -I "$pkg"
|
||||
done
|
||||
echo
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user