-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Run tests with GCC backend #146414
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
base: master
Are you sure you want to change the base?
Run tests with GCC backend #146414
Conversation
We can also specify the rust/src/ci/github-actions/jobs.yml Line 345 in 5d41f7c
|
e2d0466
to
2c2dac0
Compare
This comment has been minimized.
This comment has been minimized.
dfd72e4
to
bbdbe70
Compare
This comment has been minimized.
This comment has been minimized.
6bcf347
to
3a3bcf7
Compare
This comment has been minimized.
This comment has been minimized.
3a3bcf7
to
0efa10e
Compare
Error in ui tests:
Seems like something went wrong with the build/install of libgccjit. Any idea @Kobzol? I thought libgccjit was built with bootstrap if |
Is the .so actually in the load path? For some reason the GCC backend works differently than clif for me locally and I often find I need to manually append |
Arf, it's the usual case of "it works locally for me". :-/ Gonna try to investigate if it's something wrong with paths. |
Seems like we don't copy the |
…eGomez Fix `libgccjit` symlink when we build GCC locally Unblocks rust-lang#146414. r? `@GuillaumeGomez`
…eGomez Fix `libgccjit` symlink when we build GCC locally Unblocks rust-lang#146414. r? ``@GuillaumeGomez``
…eGomez Fix `libgccjit` symlink when we build GCC locally Unblocks rust-lang#146414. r? ```@GuillaumeGomez```
0efa10e
to
7d861fe
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Fix `libgccjit` symlink when we build GCC locally Unblocks rust-lang/rust#146414. r? ```@GuillaumeGomez```
Part of rust-lang/compiler-team#891.
r? @Kobzol