Skip to content

Commit 71ab5cd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
commands:
6-
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/01-toolchain
6+
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/toolchain.list
77
- apt-get update -y
88
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
99
- apt-get install -y openjdk-7-jdk

0 commit comments

Comments
 (0)