enhance(ci): implement support for tur-on-device#131
Conversation
robertkirkman
commented
Apr 12, 2026
- Also synchronize all changes with upstream TUR that do not have to do with things that are different between apt and pacman
| set -euo pipefail | ||
|
|
||
| : ${TERMUX_BUILDER_IMAGE_NAME:="termux/termux-docker:$ARCH"} | ||
| : ${TERMUX_BUILDER_IMAGE_NAME:="termux/termux-docker-pacman:$ARCH"} |
There was a problem hiding this comment.
I was thinking about it, and I wonder, will something in repo-update.yml erase this because it's the common-files folder instead of the .github folder?
I'm not sure, but If it will, then maybe this needs to be export TERMUX_BUILDER_IMAGE_NAME="termux/termux-docker-pacman:$ARCH" inside the package_on_device.yml, instead of here, let me know if you think that is necessary.
c938be5 to
ffd0789
Compare
ffd0789 to
376bc94
Compare
|
Since I do not plan to try to enable the tur-hacking repository in termux-pacman, I realized that I need to, sooner rather than later, point out and give advance notice that there is one combination tur-hacking, tur-on-device package
basically, it's a tur-hacking package, but it is in the tur-on-device folder because, like other tur-on-device packages, it cannot be cross-compiled, so, if it's a priority for the termux-pacman maintainer to strictly avoid enabling any tur-hacking packages (i'm not sure if it is, i'm just explaining this just in case it is), it would be important to manually "blocklist" |