-
Notifications
You must be signed in to change notification settings - Fork 984
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
nix: stop ndk-bundle from being cached #10889
Conversation
Jenkins BuildsClick to see older builds (6)
|
acb268e
to
8f1b249
Compare
8f1b249
to
ec383b3
Compare
This should in theory fix the issue with downloading the nkd-bundle from our own Nix cache. For details see: status-im/infra-ci#17 Signed-off-by: Jakub Sokołowski <jakub@status.im>
ec383b3
to
c70d589
Compare
Turns out that despite the change the NDK is still copied:
And when I checked the found results I verified that the |
Ooooooh, I see what this is. Here's part from manual of
Which means that I can't stop it from copying Android NDK. The alternative would be to have a timer on the Nix cache host and periodically remove the NDK as a temporary fix for these issues. Closing this since it doesn't work. |
This should in theory fix the issue with downloading the nkd-bundle from our own Nix cache:
The idea is to stop uploading Android NDK to our Nix cache and then purge it from the cache so that every time people have to download it they will get it directly from Google servers.
For more details see: https://github.com/status-im/infra-ci/issues/17