]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Hash false success with back to back builds
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 1853f1d2f6505bb5ff2ffefb2f98770d2b2f10b9..79f23c892d486e9ca1b2d208692cdcb8148819f8 100644 (file)
@@ -108,3 +108,7 @@ gPackageHash = {}
 gModuleHash = {}\r
 gEnableGenfdsMultiThread = False\r
 gSikpAutoGenCache = set()\r
+\r
+# Dictionary for tracking Module build status as success or failure\r
+# False -> Fail : True -> Success\r
+gModuleBuildTracking = dict()\r