Skip to content

Commit 58b4196

Browse files
author
Daniel Kroening
committed
AWS Codebuild: 3nd attempt to speed up install
1 parent 71ab5cd commit 58b4196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ phases:
44
install:
55
commands:
66
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/toolchain.list
7+
- apt-key net-update
78
- apt-get update -y
89
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
910
- apt-get install -y openjdk-7-jdk

0 commit comments

Comments
 (0)