-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Can we run with LLVM assertions on the bots? #35998
Comments
I don't know of any particular reason why not. We may have disabled in the past to decrease cycle time, but that's pretty much it. |
We especially should run with LLVM assertions on the cargobuild bot. rust-lang-deprecated/rust-buildbot#120 |
we recently had a bug (#35991) which was only exposed by LLVM assertions, so if we have the bot time it would be great to have them turned on in at least some capacity. |
I had to revert this in rust-lang-deprecated/rust-buildbot@71b494e because we've been getting failures on the mac bots looking like:
I ran this patch through dev but maybe it regressed recently? |
Wait no on second thought it may be a stale LLVM build, I'm going to clean the mac bots and try again. |
Yup was a dirty build directory! More problems though: https://buildbot.rust-lang.org/builders/auto-linux-cross-opt/builds/3519/steps/compile/logs/stdio More issues #36150 |
Probably on the debug builds.
cc @alexcrichton @edunham @jonathandturner
The text was updated successfully, but these errors were encountered: