Skip to content

Commit

Permalink
AWS Codebuild: avoid one round of apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Mar 5, 2018
1 parent b19b4a2 commit e7bb127
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ version: 0.2
phases:
install:
commands:
- apt-get update -y
- apt-get install -y software-properties-common
- add-apt-repository -y ppa:ubuntu-toolchain-r/test
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/01-toolchain
- apt-get update -y
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
- apt-get install -y openjdk-7-jdk
Expand Down

0 comments on commit e7bb127

Please sign in to comment.