Index: buildbot/buildbot_pnacl.sh |
diff --git a/buildbot/buildbot_pnacl.sh b/buildbot/buildbot_pnacl.sh |
index 012afc490fc65c247ccea9f364cb7fbdd70b7c48..22a606e333503b3e207cfebe58c603d47c362e5a 100755 |
--- a/buildbot/buildbot_pnacl.sh |
+++ b/buildbot/buildbot_pnacl.sh |
@@ -437,6 +437,8 @@ tc-tests-fast() { |
scons-stage-noirt "${arch}" "${scons_flags} -j1" "large_tests" |
scons-stage-noirt "${arch}" "${scons_flags} -j8 pnacl_generate_pexe=0" \ |
"nonpexe_tests" |
+ scons-stage-noirt "${arch}" "${scons_flags} -j8 bitcode=1 minsfi=1" \ |
jvoung (off chromium)
2014/09/09 21:15:45
bitcode=1 is already added by SCONS_COMMON
dbrazdil
2014/09/09 22:17:43
Done.
|
+ "minsfi_tests" |
} |
mode-buildbot-tc-x8664-linux() { |