We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b4196 commit fe34bf6Copy full SHA for fe34bf6
buildspec.yml
@@ -4,7 +4,7 @@ phases:
4
install:
5
commands:
6
- 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
+ - apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
8
- apt-get update -y
9
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
10
- apt-get install -y openjdk-7-jdk
0 commit comments