-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto update failing for rust #20970
Comments
This issue should stop it from running termux-packages/scripts/bin/update-packages Lines 249 to 256 in 54264a1
|
Probably we should setup multiple building stages like it is done for chromium. It can let us avoid both storage and execution time limitations if we do that right. |
Porting the chromium builder infrastructure from the TUR is definitely a good idea. I already got my hands full though and GH Actions is not really my strong suit. |
I am not sure how exactly it is split for multiple CI runs. |
The main logic of The package that needs long-time compilation is stored in a different folder, so that CI will trigger In In |
The GitHub actions part of that is still dark magic to me. If we're about to run out of time, save the state as an artifact and continue it on a fresh runner. Separate directory seems fine to me, but an approach similar to scripts/big-pkgs.list might be preferable to not separate packages that require the continuous runner from regular packages. |
Stop
rust
from getting auto updated for the time being,until we can figure out why it's running out of space on the CI.
The text was updated successfully, but these errors were encountered: