-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Ctrl-C doesn't interrupt fetching remote repositories #8346
Comments
The reproduction case should be |
My bad. Let me update the repro instructions. |
(And yes, unresolved dependencies are an issue, too, but I figured filing one issue was enough for the day :) ) |
This is happening in the repository cache; disabling it (by setting |
Decompressing large archives can take a while. Therefore, properly honor interruption requests. Improves on #8346. Change-Id: I648bd1dc4b9e1f4b03065ffff3d9d66cd9cc92a1 PiperOrigin-RevId: 249246136
Decompressing large archives can take a while. Therefore, properly honor interruption requests. Improves on bazelbuild#8346. Change-Id: I648bd1dc4b9e1f4b03065ffff3d9d66cd9cc92a1 PiperOrigin-RevId: 249246136
Certain operations in the repository cache take some time, e.g., verifying the checksum of a file. Allow interrupts while doing so. While touching SkylarkRepositoryContext.java anyway, remove dead code there. Fixes bazelbuild#8346 Change-Id: I26bbdb314554271949a34555600df1c35cc1544d PiperOrigin-RevId: 249253196
Reproduction:
Then observe that the downloads are not stopped. It appears that #1226 regressed?
The text was updated successfully, but these errors were encountered: