diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 4e24f4b5104..5165983d970 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -259,7 +259,7 @@ class Build(object): return [] def make_targets(self): - return ['all'] + return ['static'] def build_steps(self): return []