Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 245733002: Added arguments to NaCl scons to allow custom toolchain directories. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use abspath of environment instead of cwd since cwd can change per test Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « SConstruct ('k') | buildbot/buildbot_pnacl_toolchain_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl.sh
diff --git a/buildbot/buildbot_pnacl.sh b/buildbot/buildbot_pnacl.sh
index 0c095245244f60e6abbfc433f1899f0ce7b03c18..d24c0fff0195de1bcb4f60dbc799bc38d0b7f1d2 100755
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -507,7 +507,7 @@ mode-buildbot-arm-hw-try() {
tc-tests-all() {
local is_try=$1
- local label="pnaclsdk_mode=custom:toolchain/${PNACL_TOOLCHAIN_DIR}"
+ local label="pnacl_newlib_dir=toolchain/${PNACL_TOOLCHAIN_DIR}"
local scons_flags="-k skip_trusted_tests=1 -j8 ${label}"
llvm-regression
« no previous file with comments | « SConstruct ('k') | buildbot/buildbot_pnacl_toolchain_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698