new -I2 flag for manual off device build etc#29900
Open
john-peterson wants to merge 1 commit into
Open
Conversation
-I will try to build dependency if you forget to update repo . this is designed for auto builds this is for manual operation . write run git pull instead of doing something the user don't want plus remove gpg --verify spam when downloading many dependency files new TERMUX_LOUD_BUILD variable
thunder-coding
requested changes
May 24, 2026
| -L) export TERMUX_GLOBAL_LIBRARY=true;; | ||
| -q) export TERMUX_QUIET_BUILD=true;; | ||
| -Q) export PS4='+$0 \[\e[32m\]${FUNCNAME[0]:-<global scope>}${FUNCNAME[*]:+()}:$LINENO\[\e[0m\] '; set -x;; | ||
| -Q) TERMUX_LOUD_BUILD=true;; |
Member
There was a problem hiding this comment.
Do this change in separate commit to make the history easy to navigate
| [[ "$TERMUX_ON_DEVICE_BUILD" = "false" ]] && echo " -i Download and extract dependencies instead of building them." | ||
| echo " -I Download and extract dependencies instead of building them, keep existing $TERMUX_BASE_DIR files." | ||
| echo " -I Download and extract dependencies instead of building them, keep existing $TERMUX_BASE_DIR files. build dependency if download fail [ for auto build system ]" | ||
| echo " -I2 same as -I but never build dependency [ for manual build off device ] " |
Member
There was a problem hiding this comment.
For short flags, we are only having single characters. I think having a long flag for this one would be a better choice, considering that it'll likely be used less often as well
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-I will try to build dependency if you forget to update repo . this is designed for auto builds
this is for manual operation . write run git pull instead of doing something the user don't want
plus
remove gpg --verify spam when downloading many dependency files
new TERMUX_LOUD_BUILD variable