mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
ci: Bump versions of tools and sdks for Android
This commit is contained in:
parent
10b5df277d
commit
6028c81796
|
@ -36,7 +36,7 @@ include:
|
|||
.monado.variables.debian:bullseye-ndk:
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: "bullseye"
|
||||
FDO_DISTRIBUTION_TAG: "2022-03-16.0"
|
||||
FDO_DISTRIBUTION_TAG: "2022-06-27.0"
|
||||
FDO_REPO_SUFFIX: ndk
|
||||
|
||||
# Variables for build and usage of Ubuntu focal image
|
||||
|
|
|
@ -115,7 +115,7 @@ distributions:
|
|||
distro_version: bullseye
|
||||
repo_suffix: ndk
|
||||
script: android_container_prep.sh
|
||||
tag: "2022-03-16.0"
|
||||
tag: "2022-06-27.0"
|
||||
packages:
|
||||
git:
|
||||
wget:
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
# Partially inspired by https://about.gitlab.com/blog/2018/10/24/setting-up-gitlab-ci-for-android-projects/
|
||||
|
||||
set -eo pipefail
|
||||
VERSION=7583922
|
||||
VERSION=8512546
|
||||
ROOT=${ROOT:-/opt/android-sdk}
|
||||
ANDROID_COMPILE_SDK=${ANDROID_COMPILE_SDK:-30}
|
||||
ANDROID_BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-30.0.3}
|
||||
ANDROID_COMPILE_SDK=${ANDROID_COMPILE_SDK:-31}
|
||||
ANDROID_BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-31.0.0}
|
||||
|
||||
mkdir -p "$ROOT"
|
||||
FN=commandlinetools-linux-${VERSION}_latest.zip
|
||||
|
|
Loading…
Reference in a new issue