зеркало из https://github.com/mozilla/gecko-dev.git
Bug 914563 - Temporarily disable build resource recording on Windows; r=mshal
This commit is contained in:
Родитель
ec6b26aa84
Коммит
fc1535f8b0
|
@ -297,6 +297,12 @@ class BuildMonitor(MozbuildObject):
|
||||||
|
|
||||||
def start_resource_recording(self):
|
def start_resource_recording(self):
|
||||||
# This should be merged into start() once bug 892342 lands.
|
# 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.start()
|
||||||
self._resources_started = True
|
self._resources_started = True
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче