-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7493 from agnostic-apollo/change-banner-for-plays…
…tore-builds Bump termux-tools to 0.135
- Loading branch information
Showing
3 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
You are likely using a very old version of Termux, | ||
probably installed from the Google Play Store. | ||
There are plans in the near future to remove the | ||
Termux apps from the Play Store so that new users | ||
cannot install them and to **disable** them for | ||
existing users with app updates to prevent the use | ||
of outdated app versions. Instead, you are | ||
encouraged to move to F-Droid or Github sources | ||
(see [1]). You can backup all your current Termux | ||
data before uninstallation and then restore it later | ||
by following instructions in the wiki [2]. Check | ||
the changelog [3] for all the new features and fixes | ||
that you are currently missing. Check [4] for why | ||
this is being done. | ||
|
||
[1] https://github.com/termux/termux-app#installation | ||
[2] https://wiki.termux.com/wiki/Backing_up_Termux | ||
[3] https://github.com/termux/termux-app/releases | ||
[4] https://github.com/termux/termux-app#google-play-store-deprecated | ||
|
b631a09
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the ci doesn't understand merge commits, it seems
b631a09
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't rebase against master before merging which caused the issue. Based on the calculation of which commit range to build for here, the logs say
Processing commit range: d1a911b9ac860a7b536d5b1ac43e41f7044fb6ee~1..b631a09cda8a78b021b2fb36e65520a97906eaab
which means build from 1 commit before d1a911b, which is commit 1c272f5 done by @Grimler91 5 days ago, its the last commit I updated my fork with. So basically CI tried to build for all updates between that range which is a whole lot of packages and eventually failed foropenjdk-17
. Maybe there is a way to auto detect such issues in the workflow and get the correctOLD_COMMIT
.b631a09
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose it works when merging with "rebase and merge" but (sometimes) not with "create a merge commit"
b631a09
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was trying to preserve commits and info. Based on above, will be more careful in future about being in sync with
master
orRebase and merge
.Github rebase also works differently from
git rebase
.Related...
b631a09
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry i didn't bump termux-tools when i noticed the failure btw. not sure why