-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Migrate crate-hash-rustc-version to rmake
#127693
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 crate-hash-rustc-version to rmake
#127693
Conversation
|
This PR modifies cc @jieyouxu |
jieyouxu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good in general, just some minor nits. I'll run your PR through a few try-jobs to check.
| // a.rs is a dylib | ||
| rustc().input("a.rs").crate_type("dylib").args(&flags).run(); | ||
|
|
||
| // Write symbols to disk. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: is this accurate, or did we just write to stdout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Writing to disk was a part of the Makefile implementation. I'll update the comment to align with the rmake implementation.
|
@bors try |
|
@rustbot author |
…on-rmake, r=<try> Migrate `crate-hash-rustc-version` to `rmake` Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-msvc try-job: aarch64-apple try-job: dist-x86_64-linux
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
3f904e0 to
33f651b
Compare
|
@rustbot review |
d409235 to
50f3293
Compare
|
@bors try |
…on-rmake, r=<try> Migrate `crate-hash-rustc-version` to `rmake` Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-msvc try-job: aarch64-apple try-job: dist-x86_64-linux
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
…on-rmake, r=<try> Migrate `crate-hash-rustc-version` to `rmake` Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-msvc try-job: aarch64-apple try-job: dist-x86_64-linux
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
50f3293 to
4c6f4d6
Compare
4c6f4d6 to
eea6502
Compare
|
@rustbot review Also needs bors try. |
|
@bors try |
|
☀️ Try build successful - checks-actions |
jieyouxu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
@bors r+ |
Part of #121876.
r? @jieyouxu
try-job: x86_64-gnu-llvm-18
try-job: dist-x86_64-linux