-
Notifications
You must be signed in to change notification settings - Fork 1.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
Disable broken CI jobs #2747
Disable broken CI jobs #2747
Conversation
@Amanieu: no appropriate reviewer found, use r? to override |
cc @skrap since you added one of the uclibc jobs. |
@bors r+ |
📌 Commit 0c33f35 has been approved by |
Disable broken CI jobs These are temporarily removed until someone comes to fix them. The semver jobs have been broken for over a year now, but are ignored by bors. Now we just disable them completely since they cause confusion when reading the build logs. The uclibc targets were recently broken by rust-lang/rust#95688. They are missing a `si_addr()` function on `struct siginfo`.
I'll submit a followup restoring the uclibc job. Thanks for the CC! (I wonder if there should be some standard way that target maintainers be notified if their targets break?) |
💔 Test failed - checks-actions |
@bors r+ |
📌 Commit 8165319 has been approved by |
Disable broken CI jobs These are temporarily removed until someone comes to fix them. The semver jobs have been broken for over a year now, but are ignored by bors. Now we just disable them completely since they cause confusion when reading the build logs. The uclibc targets were recently broken by rust-lang/rust#95688. They are missing a `si_addr()` function on `struct siginfo`.
Maintainers for tier2/tier3 targets are normally listed here, but this is a relatively recent policy so most targets are still missing dedicated maintainers. |
@bors r+ |
📌 Commit cee107e has been approved by |
Disable broken CI jobs These are temporarily removed until someone comes to fix them. The semver jobs have been broken for over a year now, but are ignored by bors. Now we just disable them completely since they cause confusion when reading the build logs. The uclibc targets were recently broken by rust-lang/rust#95688. They are missing a `si_addr()` function on `struct siginfo`.
💥 Test timed out |
@bors r+ |
📌 Commit 23a301d has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
These are temporarily removed until someone comes to fix them.
The semver jobs have been broken for over a year now, but are ignored by bors. Now we just disable them completely since they cause confusion when reading the build logs.
The uclibc targets were recently broken by rust-lang/rust#95688. They are missing a
si_addr()
function onstruct siginfo
.