-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
CI: enable arbitrary try builds #124631
CI: enable arbitrary try builds #124631
Conversation
@bors try |
CI: enable arbitrary try build This PR should enable running arbitrary try builds with ``@bors` try`. So far there is no support for this in bors! You would need to manually add a line containing `ci-job: <job-name>` to the message of the latest commit of the PR (this will later be automated with new bors). r? `@ghost`
This comment has been minimized.
This comment has been minimized.
@bors try |
This comment has been minimized.
This comment has been minimized.
CI: enable arbitrary try build This PR should enable running arbitrary try builds with ``@bors` try`. So far there is no support for this in bors! You would need to manually add a special line (see below) containing to the PR description (this will later be automated with new bors). ci-job: aarch64-gnu r? `@ghost`
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
b5a9405
to
334c6ef
Compare
@bors try |
CI: enable arbitrary try build This PR should enable running arbitrary try builds with ``@bors` try`. So far there is no support for this in bors! You would need to manually add a special line (see below) containing to the PR description (this will later be automated with new bors). ci-job: aarch64-gnu r? `@ghost`
334c6ef
to
92a3052
Compare
@bors try |
CI: enable arbitrary try build This PR should enable running arbitrary try builds with ``@bors` try`. So far there is no support for this in bors! You would need to manually add a special line (see below) containing to the PR description (this will later be automated with new bors). ci-job: aarch64-gnu ci-job: arm-android r? `@ghost`
r? pietroalbini I will document this in rustc-dev-guide after it's merged. |
Yay! @bors r+ rollup=iffy |
☀️ Test successful - checks-actions |
@bors treeclosed=9999 ci is completely broken and no longer checks for failure |
looks like since this PR; bors insta-merges everything unconditionally |
@bors treeclosed=9999 |
…albini CI: enable arbitrary try builds, take two Fixed version of rust-lang#124631, which hopefully won't completely break our CI this time 🤦♂️ Sorry once again. Only the last commit is new. r? `@pietroalbini`
CI: enable arbitrary try builds, take two Fixed version of rust-lang/rust#124631, which hopefully won't completely break our CI this time 🤦♂️ Sorry once again. Only the last commit is new. r? `@pietroalbini`
CI: enable arbitrary try builds, take two Fixed version of rust-lang/rust#124631, which hopefully won't completely break our CI this time 🤦♂️ Sorry once again. Only the last commit is new. r? `@pietroalbini`
This PR should enable running arbitrary try builds with
@bors try
. So far there is no support for this in bors! You would need to manually add a special line (see below) to the PR description (this will later be automated with new bors).try-job: aarch64-gnu
try-job: arm-android
r? @ghost