-
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
bump failing assembly & codegen tests from LLVM 14 to LLVM 15 #106995
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
is_aligned
assembly test versionis_aligned
assembly test LLVM version
f5fa9c4
to
908fd64
Compare
@@ -44,7 +44,7 @@ ENV NO_DOWNLOAD_CI_LLVM 1 | |||
# Using llvm-link-shared due to libffi issues -- see #34486 | |||
ENV RUST_CONFIGURE_ARGS \ | |||
--build=x86_64-unknown-linux-gnu \ | |||
--llvm-root=/usr/lib/llvm-13 \ | |||
--llvm-root=/usr/lib/llvm-14 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are very weird, considering that the file is named src/ci/docker/host-x86_64/x86_64-gnu-llvm-
13
/Dockerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a temporary hack to test in CI if it works. If we do want to test LLVM 14 this should probably go in a new runner.
Maybe we can have two new runners for building rust with preinstalled LLVM 14 and 15 and that run in CI if and only if tests/assembly
or tests/codegen
is changed?
I didn't actually intend to change CI with this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably time for us to drop LLVM 13 altogether, at which point I usually just rename the current minimum runner. I've also just asked on Zulip #t-infra
about capacity for adding more runners. But either way, you're right not to mix that in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
908fd64
to
1216cc7
Compare
is_aligned
assembly test LLVM version
I confirmed these, thanks! @bors r+ rollup |
…est, r=cuviper bump failing assembly & codegen tests from LLVM 14 to LLVM 15 These tests need LLVM 15. Found by `@Robert-Cunningham` in rust-lang#100601 (comment) Passed tests at 006506e93fc80318ebfd7939fe1fd4dc19ecd8cb in https://github.com/rust-lang/rust/actions/runs/3942442730/jobs/6746104740.
…est, r=cuviper bump failing assembly & codegen tests from LLVM 14 to LLVM 15 These tests need LLVM 15. Found by ``@Robert-Cunningham`` in rust-lang#100601 (comment) Passed tests at 006506e93fc80318ebfd7939fe1fd4dc19ecd8cb in https://github.com/rust-lang/rust/actions/runs/3942442730/jobs/6746104740.
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#106244 (Improve Markdown styling in README) - rust-lang#106747 (Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB) - rust-lang#106873 (dont randomly use `_` to print out const generic arguments) - rust-lang#106992 (Remove unused `#![feature(box_syntax)]` in `alloc`) - rust-lang#106995 (bump failing assembly & codegen tests from LLVM 14 to LLVM 15) - rust-lang#106996 (rustdoc: instead of `.setting-name { width: 100% }`, use default div CSS) - rust-lang#106997 (Add heapsort fallback in `select_nth_unstable`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
These tests need LLVM 15.
Found by @Robert-Cunningham in #100601 (comment)
Passed tests at 006506e93fc80318ebfd7939fe1fd4dc19ecd8cb in https://github.com/rust-lang/rust/actions/runs/3942442730/jobs/6746104740.