You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed when building rustc multiple time in a roll, some files
will not be consistent across the build despite the fact that they
are built from same source under the same environment. This patch
addresses the inconsistency issue we found on libunwind.a by sorting
the order of the files passed to the linker. This patch also adds
a passthrough of "SOURCE_DATE_EPOCH" env arg from bootstrap to cargo
to partially address the inconsistency on the cargo binary.
0 commit comments