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

Unified Diff: buildbot/buildbot_pnacl_toolchain_tests.sh

Issue 580983002: Remove i686-hosted Linux build and start switching to new directory layout (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: review 2, put back test and build.sh patch from PS5 Created 6 years, 3 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 | « buildbot/buildbot_pnacl_toolchain.py ('k') | pnacl/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl_toolchain_tests.sh
diff --git a/buildbot/buildbot_pnacl_toolchain_tests.sh b/buildbot/buildbot_pnacl_toolchain_tests.sh
index 210a5c4b2b3854847c43619693b0b13850144b24..e7716aa17e8ae1cf8f2adacb05a0cd2d6e35894d 100755
--- a/buildbot/buildbot_pnacl_toolchain_tests.sh
+++ b/buildbot/buildbot_pnacl_toolchain_tests.sh
@@ -291,11 +291,7 @@ tc-test-bot() {
# Build the un-sandboxed toolchain. The build script outputs its own buildbot
# annotations.
- # Build and use the 64-bit llvm build, to get 64-bit versions of the build
- # tools such as fpcmp (used for llvm test suite). For some reason it matters
- # that they match the build machine. TODO(dschuff): Is this still necessary?
- ${TOOLCHAIN_BUILD} --verbose --sync --clobber --build-64bit-host \
- --testsuite-sync \
+ ${TOOLCHAIN_BUILD} --verbose --sync --clobber --testsuite-sync \
--install toolchain/linux_x86/pnacl_newlib
# Linking the tests require additional sdk libraries like libnacl.
« no previous file with comments | « buildbot/buildbot_pnacl_toolchain.py ('k') | pnacl/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698