TomIO
TomIO
Close enough.
One interesting package that manages to get rid of its auto-update function is `artalk`. https://github.com/termux/termux-packages/blob/ad5a3419813b722cb336b844a033cbf728602bc9/packages/artalk/build.sh#L16-L53 The existing one is "badly behaved" in that it ignores `BUILD_PACKAGES != true`. It *always*...
That hunch about `cmake` and `rust` was correct on both counts. https://github.com/termux/termux-packages/blob/dc5784b7083ab0b2a53b38a071c4efd33a052176/packages/cmake/build.sh#L45-L56 https://github.com/termux/termux-packages/blob/dc5784b7083ab0b2a53b38a071c4efd33a052176/packages/rust/build.sh#L57-L71 I'll just insert a; ```bash if [[ "${BUILD_PACKAGES}" == "false" ]]; then echo "INFO: package needs to...
I've added some additional reporting to `scripts/bin/update-packages`. I'm not entirely happy with the way I came up with for extracting the fully parsed `$LATEST_VERSION` from `termux_pkg_upgrade_version()`. But I couldn't come...
Alright, that's all the feedback addressed and I'm reasonably satisfied with my own testing. I'd like to *force* the `@all` path in the dry-run on the CI for one last...
Okay those failures are real. https://github.com/termux/termux-packages/actions/runs/20287378850/job/58264138514?pr=27576#step:4:2244 I'm guessing this has to be GraphQL related then.
The error indicates incorrect permissions on the `$TMPDIR` (`$TERMUX__PREFIX/tmp`). This should have permissions `0700`, which is what it ships with out of the box on Termux. You probably modified these...
I have been informed that this isn't a fatal warning. That wasn't obvious to me from the earlier comments.
The `lyrebird` package does have auto updates enabled and I don't see any auto update failure issue for it. Will need to investigate.
Alright I've dug into this and we're getting back a `null` for the latest version. It looks like the Tor Gitlab is blocking requests to that URI path.