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

Side by Side Diff: ports/devenv/build.sh

Issue 1409963002: Pulling in newer packages, add emacs to the defaults. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | ports/devenv/install-base-packages.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2014 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 export EXTRA_LIBS="${NACL_CLI_MAIN_LIB}" 5 export EXTRA_LIBS="${NACL_CLI_MAIN_LIB}"
6 NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe" 6 NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe"
7 7
8 EXECUTABLES="tests/devenv_small_test_${NACL_ARCH}${NACL_EXEEXT} \ 8 EXECUTABLES="tests/devenv_small_test_${NACL_ARCH}${NACL_EXEEXT} \
9 jseval/jseval_${NACL_ARCH}${NACL_EXEEXT}" 9 jseval/jseval_${NACL_ARCH}${NACL_EXEEXT}"
10 10
11 STORAGE_URL=https://naclports.storage.googleapis.com/builds 11 STORAGE_URL=https://naclports.storage.googleapis.com/builds
12 SDK_VERSION=pepper_48 12 SDK_VERSION=pepper_48
13 BUILT_REVISION=trunk-685-g8fc4bb8 13 BUILT_REVISION=trunk-703-gdb4edd8
14 DEFAULT_SOURCE=${STORAGE_URL}/${SDK_VERSION}/${BUILT_REVISION}/publish 14 DEFAULT_SOURCE=${STORAGE_URL}/${SDK_VERSION}/${BUILT_REVISION}/publish
15 LOCAL_SOURCE=http://localhost:5103 15 LOCAL_SOURCE=http://localhost:5103
16 16
17 BuildStep() { 17 BuildStep() {
18 SetupCrossEnvironment 18 SetupCrossEnvironment
19 19
20 # Build jseval module. 20 # Build jseval module.
21 MakeDir ${BUILD_DIR}/jseval 21 MakeDir ${BUILD_DIR}/jseval
22 LogExecute ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -O2 \ 22 LogExecute ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -O2 \
23 ${START_DIR}/jseval.c \ 23 ${START_DIR}/jseval.c \
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 # by the buildbots 174 # by the buildbots
175 # TODO(sbc): reenable this. 175 # TODO(sbc): reenable this.
176 #if [[ "${BUILDBOT_BUILDERNAME:-}" != "" ]]; then 176 #if [[ "${BUILDBOT_BUILDERNAME:-}" != "" ]]; then
177 #LogExecute python ${START_DIR}/../devenv/devenv_large_test.py \ 177 #LogExecute python ${START_DIR}/../devenv/devenv_large_test.py \
178 #-x -vv -a ${arch} 178 #-x -vv -a ${arch}
179 #LogExecute python ${START_DIR}/../devenv/io2014_test.py \ 179 #LogExecute python ${START_DIR}/../devenv/io2014_test.py \
180 #-x -vv -a ${arch} 180 #-x -vv -a ${arch}
181 #fi 181 #fi
182 done 182 done
183 } 183 }
OLDNEW
« no previous file with comments | « no previous file | ports/devenv/install-base-packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698