Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 597b0e6

Browse files
committed
Update the android bot to Ubuntu 16.04
This gives us CMake > 2.8 and should hopefully help fixing rust-lang/rust#34559
1 parent b10b3d0 commit 597b0e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slaves/android/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:16.04
22

33
RUN dpkg --add-architecture i386
44
RUN apt-get -y update
55
RUN apt-get -y install --force-yes \
66
curl make git expect libncurses5:i386 libstdc++6:i386 zlib1g:i386 \
77
python-dev python-pip stunnel \
8-
g++-multilib openjdk-6-jre psmisc unzip cmake
8+
g++-multilib openjdk-9-jre psmisc unzip cmake
99

1010
# Install buildbot and prep it to run
1111
RUN pip install buildbot-slave

0 commit comments

Comments
 (0)