Uh oh!
There was an error while loading. Please reload this page.
Migrate run-make/invalid-library to rmake.rs - #126861
Conversation
rustbot
commented
Jun 23, 2024
The run-make-support library was changed cc @jieyouxu This PR modifies cc @jieyouxu |
run-make/invalid-library to rmake.rsKobzol
commented
Jun 23, 2024
bors
commented
Jun 23, 2024
…valid-library, r=Kobzol Migrate `run-make/invalid-library` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu`
…kingjubilee Rollup of 9 pull requests Successful merges: - rust-lang#126177 (Add hard error and migration lint for unsafe attrs) - rust-lang#126298 (Promote loongarch64-unknown-linux-musl to Tier 2 with host tools) - rust-lang#126455 (For [E0308]: mismatched types, when expr is in an arm's body, not add semicolon ';' at the end of it.) - rust-lang#126754 (Implement `use<>` formatting in rustfmt) - rust-lang#126807 (std::unix::fs: copy simplification for apple.) - rust-lang#126845 (Weekly `cargo update`) - rust-lang#126849 (Fix 32-bit Arm reg classes by hierarchically sorting them) - rust-lang#126854 (std::unix::os::home_dir: fallback's optimisation.) - rust-lang#126861 (Migrate `run-make/invalid-library` to `rmake.rs`) r? `@ghost` `@rustbot` modify labels: rollup
matthiaskrgr
commented
Jun 24, 2024
Oh yeah this is another case of I can't seem to figure out if/when |
rustbot
commented
Jun 24, 2024
Some changes occurred in src/tools/compiletest cc @jieyouxu |
f62afdc to
22cac46CompareGuillaumeGomez
commented
Jun 24, 2024
@bors try |
bors
commented
Jun 24, 2024
…lid-library, r=<try> Migrate `run-make/invalid-library` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-msvc
Kobzol
commented
Jun 24, 2024
Maybe a more general solution is to just use e.g. https://docs.rs/ar/latest/ar/ instead of an external binary? |
GuillaumeGomez
commented
Jun 24, 2024
Do you want it to be part of this PR (and as part of |
Kobzol
commented
Jun 24, 2024
Doesn't need to be a part of this PR, although if it does indeed work reliably (even on Windows), then maybe we might remove |
GuillaumeGomez
commented
Jun 24, 2024
Doing it in this PR then. |
22cac46 to
8a644ffComparerustbot
commented
Jun 24, 2024
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
GuillaumeGomez
commented
Jun 24, 2024
It now uses the |
This comment has been minimized.
This comment has been minimized.
bors
commented
Jun 26, 2024
☔ The latest upstream changes (presumably #126979) made this pull request unmergeable. Please resolve the merge conflicts. |
8a644ff to
3394fe8CompareGuillaumeGomez
commented
Jun 27, 2024
Fixed merge conflicts. |
Kobzol
commented
Jun 27, 2024
@bors try |
…lid-library, r=<try> Migrate `run-make/invalid-library` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-msvc
bors
commented
Jun 27, 2024
bors
commented
Jun 27, 2024
☀️ Try build successful - checks-actions |
Kobzol
commented
Jun 27, 2024
The previously failed job now works, let's try again. @bors r+ |
bors
commented
Jun 27, 2024
Kobzol
commented
Jun 27, 2024
@bors rollup=iffy |
bors
commented
Jun 27, 2024
bors
commented
Jun 27, 2024
☀️ Test successful - checks-actions |
rust-timer
commented
Jun 27, 2024
Finished benchmarking commit (2495953): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -6.7%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 697.296s -> 695.757s (-0.22%) |
Part of #121876.
r? @jieyouxu
try-job: x86_64-msvc