Skip to content

Commit e7bb127

Browse files
author
Daniel Kroening
committed
AWS Codebuild: avoid one round of apt-get update
1 parent b19b4a2 commit e7bb127

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildspec.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ version: 0.2
33
phases:
44
install:
55
commands:
6-
- apt-get update -y
7-
- apt-get install -y software-properties-common
8-
- add-apt-repository -y ppa:ubuntu-toolchain-r/test
6+
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/01-toolchain
97
- apt-get update -y
108
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
119
- apt-get install -y openjdk-7-jdk

0 commit comments

Comments
 (0)