File tree 3 files changed +9
-3
lines changed 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,17 @@ version: 0.2
2
2
3
3
phases :
4
4
install :
5
+ runtime-versions :
6
+ java : openjdk8
5
7
commands :
6
8
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
7
9
- add-apt-repository ppa:ubuntu-toolchain-r/test -y
8
10
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
9
11
- add-apt-repository ppa:openjdk-r/ppa -y
10
12
- apt-get update -y
11
13
- apt-get install -y g++-5 clang-7 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq
12
- - apt-get install -y openjdk-8-jdk
13
14
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
15
+ - update-alternatives --install /usr/bin/cpp cpp-bin /usr/bin/cpp-5 1
14
16
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
15
17
build :
16
18
commands :
Original file line number Diff line number Diff line change @@ -2,15 +2,17 @@ version: 0.2
2
2
3
3
phases :
4
4
install :
5
+ runtime-versions :
6
+ java : openjdk8
5
7
commands :
6
8
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
7
9
- add-apt-repository ppa:ubuntu-toolchain-r/test -y
8
10
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
9
11
- add-apt-repository ppa:openjdk-r/ppa -y
10
12
- apt-get update -y
11
13
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq
12
- - apt-get install -y openjdk-8-jdk
13
14
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
15
+ - update-alternatives --install /usr/bin/cpp cpp-bin /usr/bin/cpp-5 1
14
16
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
15
17
build :
16
18
commands :
Original file line number Diff line number Diff line change @@ -2,15 +2,17 @@ version: 0.2
2
2
3
3
phases :
4
4
install :
5
+ runtime-versions :
6
+ java : openjdk8
5
7
commands :
6
8
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
7
9
- add-apt-repository ppa:ubuntu-toolchain-r/test -y
8
10
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
9
11
- add-apt-repository ppa:openjdk-r/ppa -y
10
12
- apt-get update -y
11
13
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb
12
- - apt-get install -y openjdk-8-jdk
13
14
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
15
+ - update-alternatives --install /usr/bin/cpp cpp-bin /usr/bin/cpp-5 1
14
16
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
15
17
build :
16
18
commands :
You can’t perform that action at this time.
0 commit comments