Add CI check when building sysroot with GCC backend and running libcore tests with it#156549
Add CI check when building sysroot with GCC backend and running libcore tests with it#156549GuillaumeGomez wants to merge 5 commits into
Conversation
|
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c0618ac to
7fe0967
Compare
|
I don’t know this job and haven’t checked, but would overriding these env vars skip the work it’s doing now, instead of adding new work? |
|
The point is to redo the whole work. That was part of the discussion I had with @Kobzol (which surprised me). But in the end, we decided to make the change and see the impact on the total runtime. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
I mean, these are env vars, not commands in a script, they may just be describing what to run and not how many times or redo the whole work. So I wonder if both tests were run, or just the one in the last value in that env var? I guess the logs should show that. |
Is there any way to see which sysroot (std compiled with cg_gcc or cg_llvm) is used from the logs? |
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot)For more information how to resolve CI failures of this job, visit this link. |
Fixes rust-lang/rustc_codegen_gcc#882.
Is it what you had in mind @Kobzol?
r? @Kobzol