This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 1111: Work around a break in incremental builds.
Incremental builds are broken in Mu release/201903 due to an improper use of unordered set() and dict() types. By pinning the PYTHONHASHSEED prior to calling build.py, we ensure that the order is at least consistent from build to build.
- Loading branch information
Bret Barkelew
committed
Apr 19, 2019
1 parent
b77c844
commit c59beb4
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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