diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 4e24f4b5104f2f4e4366414046a2fa572df54e8c..5165983d970589492fc85c3af6779c29171897de 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 []