Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 81a57d5

Browse files
author
Adam Barth
committed
update alt
1 parent 5fbbf99 commit 81a57d5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

travis/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ set -ex
44
# Linux Debug
55
./sky/tools/gn --debug --no-clang
66
ninja -j 8 -C out/Debug
7-
8-
./tools/android/download_android_tools.py
9-
10-
# Android Debug
11-
./sky/tools/gn --debug --android
12-
ninja -j 8 -C out/android_Debug

travis/setup.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ sudo apt-get install libdbus-1-dev libgconf2-dev bison gperf wdiff python-openss
2020
sudo easy_install pip
2121
sudo pip install requests
2222

23+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.4
24+
gcc --version
25+
g++ --version
26+
2327
# Get gsutil
2428
rm -f gsutil.tar.gz
2529
wget https://storage.googleapis.com/pub/gsutil.tar.gz
2630
tar xzf gsutil.tar.gz
2731

2832
# Setup .gclient file.
29-
cp travis/gclient ../.gclient
33+
cp src/travis/gclient ../.gclient
3034

3135
cd src
3236
gclient sync

0 commit comments

Comments
 (0)