[AIX] Handle AIX dynamic library extensions within c-link-to-rust-dylib run-make test by amy-kwan · Pull Request #140187 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
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
[ Show hidden characters]({{ revealButtonHref }})
Dynamic libraries on AIX have the ".a" extension. The c-link-to-rust-dylib run-make test checks for the extension explicitly, so the extension for AIX is also added to accommodate the test case on AIX.
…ib run-make test
Dynamic libraries on AIX have the ".a" extension. The c-link-to-rust-dylib run-make test checks for the extension explicitly, so the extension for AIX is also added to accommodate the test case on AIX.
r? @jieyouxu
rustbot has assigned @jieyouxu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r?
to explicitly pick a reviewer
This PR modifies run-make
tests.
cc @jieyouxu
rustbot added the T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
📌 Commit fdf2c47 has been approved by jieyouxu
It is now in the queue for this repository.
OS: Big Blue's Advanced Interactive eXecutive..
label
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
Zalathar added a commit to Zalathar/rust that referenced this pull request
…ests_AIX, r=jieyouxu
[AIX] Handle AIX dynamic library extensions within c-link-to-rust-dylib run-make test
Dynamic libraries on AIX have the ".a" extension. The c-link-to-rust-dylib run-make test checks for the extension explicitly, so the extension for AIX is also added to accommodate the test case on AIX.
bors added a commit to rust-lang-ci/rust that referenced this pull request
bors added a commit to rust-lang-ci/rust that referenced this pull request
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#137096 (Stabilize flags for doctest cross compilation)
- rust-lang#140148 (CI: use aws codebuild for job dist-arm-linux)
- rust-lang#140187 ([AIX] Handle AIX dynamic library extensions within c-link-to-rust-dylib run-make test)
- rust-lang#140196 (Improved diagnostics for non-primitive cast on non-primitive types (
Arc
,Option
)) - rust-lang#140210 (Work around cygwin issue on condvar timeout)
- rust-lang#140213 (mention about
x.py setup
inINSTALL.md
) - rust-lang#140229 (
DelimArgs
tweaks) - rust-lang#140248 (Fix impl block items indent)
r? @ghost
@rustbot
modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#137096 (Stabilize flags for doctest cross compilation)
- rust-lang#140148 (CI: use aws codebuild for job dist-arm-linux)
- rust-lang#140187 ([AIX] Handle AIX dynamic library extensions within c-link-to-rust-dylib run-make test)
- rust-lang#140196 (Improved diagnostics for non-primitive cast on non-primitive types (
Arc
,Option
)) - rust-lang#140210 (Work around cygwin issue on condvar timeout)
- rust-lang#140213 (mention about
x.py setup
inINSTALL.md
) - rust-lang#140229 (
DelimArgs
tweaks) - rust-lang#140248 (Fix impl block items indent)
r? @ghost
@rustbot
modify labels: rollup
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Rollup merge of rust-lang#140187 - amy-kwan:amy-kwan/update_runmake_tests_AIX, r=jieyouxu
[AIX] Handle AIX dynamic library extensions within c-link-to-rust-dylib run-make test
Dynamic libraries on AIX have the ".a" extension. The c-link-to-rust-dylib run-make test checks for the extension explicitly, so the extension for AIX is also added to accommodate the test case on AIX.
Labels
Area: port run-make Makefiles to rmake.rs
OS: Big Blue's Advanced Interactive eXecutive..
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the compiler team, which will review and decide on the PR/issue.