Loading scripts/pyivastest/IvasSvnBuilder.py +4 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ import xml.etree.ElementTree import logging from getpass import getpass import urllib.parse from multiprocessing import cpu_count from pyivastest.IvasModeRunner import * from pyivastest.IvasModeAnalyzer import * Loading Loading @@ -1176,7 +1177,9 @@ class IvasBuilderAndRunner(IvasBaseClass): max_workers=1, ): make_options = list() n_cpus = cpu_count() # do not use all cores to avoid weird getting-stuck issues observed on Mac... make_options = ["-j" ,f"{n_cpus - 2}"] run_tool = "" if defines_to_enable is None: defines_to_enable_check = [] Loading Loading
scripts/pyivastest/IvasSvnBuilder.py +4 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ import xml.etree.ElementTree import logging from getpass import getpass import urllib.parse from multiprocessing import cpu_count from pyivastest.IvasModeRunner import * from pyivastest.IvasModeAnalyzer import * Loading Loading @@ -1176,7 +1177,9 @@ class IvasBuilderAndRunner(IvasBaseClass): max_workers=1, ): make_options = list() n_cpus = cpu_count() # do not use all cores to avoid weird getting-stuck issues observed on Mac... make_options = ["-j" ,f"{n_cpus - 2}"] run_tool = "" if defines_to_enable is None: defines_to_enable_check = [] Loading