-
Notifications
You must be signed in to change notification settings - Fork 13.4k
First attempt at fixing nightlies #38324
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
Conversation
This ensures that stable releases produced by rustbuild will succeed in testing as some of the rustdoc tests use unstable features.
This commit updates the gcc-rs dependency to 0.3.40 to pick up a fix for i686 musl where we needed to pass an extra linker flag to get autoconf's detection of executables working correctly.
Git worktrees have this as a file and typically won't work inside docker containers, but that's ok, so instead of just checking for existence check for a directory to see if the git commands will succeed.
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=1 Let's see if we can get this in for tonight |
📌 Commit 4d874a1 has been approved by |
cc @nrc, a save-analysis change here |
This seems more important than the rollup @bors p=20 |
⌛ Testing commit 4d874a1 with merge 409f280... |
💔 Test failed - auto-linux-64-nopt-t |
We don't need an extra bare tarball, the save-analysis info is already produced with a version/target in the filename.
4d874a1
to
6cb8bbc
Compare
@bors: r+ force |
📌 Commit 6cb8bbc has been approved by |
⌛ Testing commit 6cb8bbc with merge 1336742... |
First attempt at fixing nightlies Looks like we've got a whole slew of bugs on our hands, let's try to fix them all at once.
Looks like we've got a whole slew of bugs on our hands, let's try to fix them all at once.