Port run-make --print=native-static-libs to rmake.rs#124383
Merged
bors merged 2 commits intorust-lang:masterfrom Apr 27, 2024
Merged
Port run-make --print=native-static-libs to rmake.rs#124383bors merged 2 commits intorust-lang:masterfrom
--print=native-static-libs to rmake.rs#124383bors merged 2 commits intorust-lang:masterfrom
Conversation
Collaborator
|
Some changes occurred in run-make tests. cc @jieyouxu |
jieyouxu
reviewed
Apr 26, 2024
Member
jieyouxu
left a comment
There was a problem hiding this comment.
Thanks! Some nits and then r=me.
Member
|
@rustbot author |
e707ec7 to
74cbc09
Compare
jieyouxu
approved these changes
Apr 26, 2024
Member
jieyouxu
left a comment
There was a problem hiding this comment.
Thanks! I'll r+ once CI is green.
Member
|
@bors r+ rollup |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Apr 26, 2024
…s, r=jieyouxu Port run-make `--print=native-static-libs` to rmake.rs This PR port the run-make `--print=native-static-libs` test to rmake.rs The dedup was really awful in the `Makefile`, I'm glad to finally have a proper dedup detection for this. Related to rust-lang#121876 r? `@jieyouxu`
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 26, 2024
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#124341 (resolve: Remove two cases of misleading macro call visiting) - rust-lang#124383 (Port run-make `--print=native-static-libs` to rmake.rs) - rust-lang#124391 (`rustc_builtin_macros` cleanups) - rust-lang#124408 (crashes: add more tests) - rust-lang#124410 (PathBuf: replace transmuting by accessor functions) r? `@ghost` `@rustbot` modify labels: rollup
Member
Author
|
The PR failed the I forgot that MSVC targets use a different format for specifying libraries to the linker, they use the suffix DetailsI therefore updated the test to take that difference into account. @rustbot ready |
Member
|
@bors r+ |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 27, 2024
Rollup of 5 pull requests Successful merges: - rust-lang#124341 (resolve: Remove two cases of misleading macro call visiting) - rust-lang#124383 (Port run-make `--print=native-static-libs` to rmake.rs) - rust-lang#124391 (`rustc_builtin_macros` cleanups) - rust-lang#124408 (crashes: add more tests) - rust-lang#124410 (PathBuf: replace transmuting by accessor functions) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 27, 2024
Rollup merge of rust-lang#124383 - Urgau:port-print-native-static-libs, r=jieyouxu Port run-make `--print=native-static-libs` to rmake.rs This PR port the run-make `--print=native-static-libs` test to rmake.rs The dedup was really awful in the `Makefile`, I'm glad to finally have a proper dedup detection for this. Related to rust-lang#121876 r? `@jieyouxu`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR port the run-make
--print=native-static-libstest to rmake.rsThe dedup was really awful in the
Makefile, I'm glad to finally have a proper dedup detection for this.Related to #121876
r? @jieyouxu