-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Enable reproducible-build-2 for Windows #142843
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
base: master
Are you sure you want to change the base?
Conversation
|
@bors2 try |
Enable reproducible-build-2 for Windows Works with MSVC if instructing the linker to avoid timestamps and deleting the PDB between compilations. Addresses item in #128602 --- try-job: x86_64-mingw-* try-job: x86_64-msvc-* try-job: i686-msvc-*
@@ -28,6 +28,12 @@ pub fn is_windows_gnu() -> bool { | |||
target().ends_with("windows-gnu") | |||
} | |||
|
|||
/// Check if target is windows-gnu. |
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.
Nit: msvc
💔 Test failed
|
@bors2 delegate=try |
@dpaoliello can now perform try builds on this pull request |
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
Works with MSVC if instructing the linker to avoid timestamps and deleting the PDB between compilations.
Addresses item in #128602
try-job: x86_64-mingw-*
try-job: x86_64-msvc-*
try-job: i686-msvc-*