aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-07-23 23:21:48 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-07-25 21:33:18 +0300
commit61ec2158609dcd30b9f4e0389cae558fdcdd298d (patch)
tree06a4dd7f9a7881e579b290ac2ca9d4f960be126f /run_project_tests.py
parente66586466052dd8f3e8ad3c2c8c2575be39ef948 (diff)
downloadmeson-61ec2158609dcd30b9f4e0389cae558fdcdd298d.zip
meson-61ec2158609dcd30b9f4e0389cae558fdcdd298d.tar.gz
meson-61ec2158609dcd30b9f4e0389cae558fdcdd298d.tar.bz2
Remove workaround now that we have a new Ninja.
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 648ec47..ba42681 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -1496,13 +1496,6 @@ if __name__ == '__main__':
print('Could not determine number of CPUs due to the following reason:' + str(e))
print('Defaulting to using only two processes')
num_workers = 2
- # Due to Ninja deficiency, almost 50% of build time
- # is spent waiting. Do something useful instead.
- #
- # Remove this once the following issue has been resolved:
- # https://github.com/mesonbuild/meson/pull/2082
- if not mesonlib.is_windows(): # twice as fast on Windows by *not* multiplying by 2.
- num_workers *= 2
parser = argparse.ArgumentParser(description="Run the test suite of Meson.")
parser.add_argument('extra_args', nargs='*',