mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 914563 - Temporarily disable build resource recording on Windows; r=mshal
This commit is contained in:
parent
3c8fd217eb
commit
fc28d6ee95
@ -297,6 +297,12 @@ class BuildMonitor(MozbuildObject):
|
||||
|
||||
def start_resource_recording(self):
|
||||
# This should be merged into start() once bug 892342 lands.
|
||||
|
||||
# Resource monitoring on Windows is currently busted because of
|
||||
# multiprocessing issues. Bug 914563.
|
||||
if self._is_windows():
|
||||
return
|
||||
|
||||
self.resources.start()
|
||||
self._resources_started = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user