Skip to content

Commit fe34bf6

Browse files
author
Daniel Kroening
committed
AWS Codebuild: 4th attempt to speed up install
1 parent 58b4196 commit fe34bf6

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
@@ -4,7 +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
7+
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
88
- apt-get update -y
99
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
1010
- apt-get install -y openjdk-7-jdk

0 commit comments

Comments
 (0)