mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
nova - java8 from sid
This commit is contained in:
parent
59a6dcd5c3
commit
1b1ff1cf94
1 changed files with 4 additions and 2 deletions
|
|
@ -886,11 +886,13 @@ Builds:
|
|||
subdir: Video
|
||||
submodules: true
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list.d/stretch.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t stretch openjdk-8-jdk-headless
|
||||
- apt-get install -y build-essential file maven nasm ninja-build pkg-config
|
||||
python3-pip wget
|
||||
- echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list
|
||||
- apt-get update
|
||||
- apt-get remove openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- apt-get install -y -t sid openjdk-8-jdk-headless
|
||||
- pip3 install meson==0.53.2
|
||||
gradle:
|
||||
- noamazon
|
||||
|
|
|
|||
Loading…
Reference in a new issue