-
Notifications
You must be signed in to change notification settings - Fork 13.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
prevent adding more binaries #9621
Comments
Oh dear, sorry about that! I think I've done this more than once, and I'd love to have a way to prevent this. I know we can't install hooks by default, but it would also be nice to have a hook script with instructions of how to use it somewhere in perhaps |
We can add hooks to the buildbot/build scripts themselves though? (e.g. put something in |
Now that you mention it, I think that |
fix `box-default` ignoring trait objects' types This avoids removing the turbofish when the `Box` type is a `dyn` or `impl _`. This fixes rust-lang#9621. --- changelog: none
We keep adding test/library binaries to the history, and it's already quite large. It should just be prevented on the build bots, excluding ones intentionally added to a list of exceptions.
It's too late to remove the old ones from the history, but not too late to avoid adding more 10MiB binaries everyone has to clone.
The text was updated successfully, but these errors were encountered: