Enable reproducible-build-2 for Windows MSVC#142843
Merged
bors merged 1 commit intorust-lang:masterfrom Jun 24, 2025
Merged
Conversation
Collaborator
|
|
Collaborator
Collaborator
Member
|
@bors2 try |
Contributor
rust-bors bot
added a commit
that referenced
this pull request
Jun 21, 2025
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-*
jieyouxu
reviewed
Jun 21, 2025
Contributor
|
💔 Test failed
|
Member
|
@bors2 delegate=try |
Contributor
|
@dpaoliello can now perform try builds on this pull request |
Member
@rustbot author |
Collaborator
|
Reminder, once the PR becomes ready for a review, use |
e3bd3be to
29e5de1
Compare
Contributor
Author
|
@bors2 try |
Contributor
rust-bors bot
added a commit
that referenced
this pull request
Jun 23, 2025
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-*
Contributor
|
💔 Test failed
|
29e5de1 to
81a7cb6
Compare
Contributor
Author
|
@bors2 try |
rust-bors bot
added a commit
that referenced
this pull request
Jun 23, 2025
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-*
Contributor
Contributor
Contributor
Author
|
Disabled GNU since the linker seems to be non-deterministic. @rustbot ready |
Member
|
@bors r+ |
Collaborator
bors
added a commit
that referenced
this pull request
Jun 24, 2025
Rollup of 7 pull requests Successful merges: - #137268 (Allow comparisons between `CStr`, `CString`, and `Cow<CStr>`.) - #142704 (Remove the deprecated unstable `concat_idents!` macro) - #142742 ([win][aarch64] Fix linking statics on Arm64EC, take 2) - #142843 (Enable reproducible-build-2 for Windows MSVC) - #142916 (rustdoc-json: Add test for `#[optimize(..)]`) - #142919 (rustdoc-json: Add test for `#[cold]`) - #142944 (Stats output tweaks) Failed merges: - #142825 (Port `#[track_caller]` to the new attribute system) r? `@ghost` `@rustbot` modify labels: rollup
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this pull request
Jun 24, 2025
…=jieyouxu Enable reproducible-build-2 for Windows MSVC Works with MSVC if instructing the linker to avoid timestamps and deleting the PDB between compilations. Addresses item in rust-lang#128602 --- try-job: x86_64-mingw-* try-job: x86_64-msvc-* try-job: i686-msvc-*
rust-timer
added a commit
that referenced
this pull request
Jun 24, 2025
Rollup merge of #142843 - dpaoliello:reproducible-build-2, r=jieyouxu Enable reproducible-build-2 for Windows MSVC 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-*
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.
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-*