-
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
Migrate run-make/invalid-library
to rmake.rs
#126861
Migrate run-make/invalid-library
to rmake.rs
#126861
Conversation
The run-make-support library was changed cc @jieyouxu This PR modifies cc @jieyouxu |
run-make/invalid-library
to rmake.rs
…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
Oh yeah this is another case of I can't seem to figure out if/when |
Some changes occurred in src/tools/compiletest cc @jieyouxu |
f62afdc
to
22cac46
Compare
@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
Maybe a more general solution is to just use e.g. https://docs.rs/ar/latest/ar/ instead of an external binary? |
Do you want it to be part of this PR (and as part of |
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 |
Doing it in this PR then. |
22cac46
to
8a644ff
Compare
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
It now uses the |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #126979) made this pull request unmergeable. Please resolve the merge conflicts. |
8a644ff
to
3394fe8
Compare
Fixed merge conflicts. |
@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
☀️ Try build successful - checks-actions |
The previously failed job now works, let's try again. @bors r+ |
@bors rollup=iffy |
☀️ Test successful - checks-actions |
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