Skip to content
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

android CI: incremental install when retry #6274

Conversation

cre4ture
Copy link
Contributor

I stumbled accross this by chance. When the install step was retried, it started from scratch again.
This PR enables the reuse of build artefacts from previous try.
This done by explicitly setting CARGO_TARGET_DIR env variable as otherwise a random generated tmp directory is used,
which prevents incremental build for the retries.

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker merged commit f95f363 into uutils:main Apr 26, 2024
69 of 70 checks passed
@cakebaker
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants