-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Cycle time has regressed by 30 mins #17183
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
Comments
Looking at the relevant target, perhaps jemalloc is touching files in the source directory? |
Any progress on this? |
It appears that jemalloc is touching a file called This is causing the target to be rebuilt on android because the VERSION file is touched twice, once for the host arch and one for android. Touching it a second time when building android invalidates the previously built host artifacts, triggering the entire recompilation. |
relevant commit: jemalloc/jemalloc@a5a658a |
This file is touched during the build process and will trigger more rebuilds than necessary. Closes rust-lang#17183
This file is touched during the build process and will trigger more rebuilds than necessary. Closes #17183
The android builders (the slowest ones) have slowed down by an extra half hour.
The test step is taking a half hour longer because it's rebuilding everything which was previously built. Looking at the history it looks like #17095 introduced the regression, so it looks like something is going wrong with rebuilding jemalloc (starting the whole build process over again).
cc @thestinger
The text was updated successfully, but these errors were encountered: