mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
CI: reset jdk to 11 after every build
This commit is contained in:
parent
01f8b11e9b
commit
5e676a3b83
1 changed files with 2 additions and 0 deletions
|
|
@ -383,6 +383,8 @@ fdroid build:
|
|||
$fdroid fetchsrclibs $build --verbose;
|
||||
$fdroid build --verbose --test --scan-binary --on-server --no-tarball $build;
|
||||
rm -rf "build/${build%:*}" || true;
|
||||
apt-get install -y openjdk-11-jdk-headless;
|
||||
update-alternatives --set java /usr/lib/jvm/java-11-openjdk-amd64/bin/java;
|
||||
./tools/build-contains-signatures.py $build || continue;
|
||||
apt-get install sudo;
|
||||
$fdroid publish --verbose $build;
|
||||
|
|
|
|||
Loading…
Reference in a new issue