scripts: use 18.04 as our new build environment
This commit is contained in:
parent
51840062b1
commit
f79e3738f1
3 changed files with 4 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
docker pull ubuntu:16.04
|
||||
docker run -i -t -v $PWD:/anbox ubuntu:16.04 /anbox/scripts/clean-build.sh
|
||||
docker pull ubuntu:18.04
|
||||
docker run -i -t -v $PWD:/anbox ubuntu:18.04 /anbox/scripts/clean-build.sh
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ apt-get install -qq -y \
|
|||
libboost-test-dev \
|
||||
libboost-thread-dev \
|
||||
libcap-dev \
|
||||
libdbus-cpp-dev \
|
||||
libegl1-mesa-dev \
|
||||
libgles2-mesa-dev \
|
||||
libglib2.0-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue