From 5eb64a6f3e47b570f544524ef48dc6ef0e4dce59 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 17 Jul 2017 22:45:17 +0200 Subject: Revert "Merge pull request #1931 from centricular/use-patched-ninja" This reverts commit aab7ada356e02033e4030143cf363d06d975283b, reversing changes made to e1b24765afd9e7d2d8043a408d69c7ad814d3551. --- run_tests.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index b17e0cb5d..040f9587f 100755 --- a/run_tests.py +++ b/run_tests.py @@ -104,12 +104,6 @@ def get_backend_commands(backend, debug=False): return cmd, clean_cmd, test_cmd, install_cmd, uninstall_cmd def ensure_backend_detects_changes(backend): - # We're using a ninja with QuLogic's patch for sub-1s resolution timestamps - # and not running on HFS+ which only stores dates in seconds: - # https://developer.apple.com/legacy/library/technotes/tn/tn1150.html#HFSPlusDates - # FIXME: Upgrade Travis image to Apple FS when that becomes available - if 'MESON_FIXED_NINJA' in os.environ and not mesonlib.is_osx(): - return # This is needed to increase the difference between build.ninja's # timestamp and the timestamp of whatever you changed due to a Ninja # bug: https://github.com/ninja-build/ninja/issues/371 -- cgit v1.2.3