diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index ac49885921a..755d460c94c 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -282,7 +282,7 @@ class Build(object): return [] def make_targets(self): - return ['static', 'shared'] + return ['static'] def build_steps(self): return []