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

Unified Diff: sync_build_test.sh

Issue 3023031: Added required BOARD environment variable when building chrome browser in sync_build_test. (Closed) Base URL: ssh://gitrw.chromium.org/crosutils.git
Patch Set: Created 10 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync_build_test.sh
diff --git a/sync_build_test.sh b/sync_build_test.sh
index 4fb27151a51199b7d84f947a7c99ad6077e06f57..b766b55475196915b08051b70e3e861382144df1 100755
--- a/sync_build_test.sh
+++ b/sync_build_test.sh
@@ -542,9 +542,9 @@ function main() {
fi
if [[ ${FLAGS_chrome_root} ]]; then
- run_phase_in_chroot "Building Chromium browser" \
- USE="build_tests" FEATURES="-usersandbox" \
- CHROME_ORIGIN=LOCAL_SOURCE emerge-${FLAGS_board} chromeos-chrome
+ run_phase_in_chroot "Building Chromium browser" \
+ BOARD="${FLAGS_board}" USE="build_tests" FEATURES="-usersandbox" \
+ CHROME_ORIGIN=LOCAL_SOURCE emerge-${FLAGS_board} chromeos-chrome
fi
if [[ ${FLAGS_master} -eq ${FLAGS_TRUE} ]]; then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698