ci: fix android build
Some checks reported warnings
arcad/arcast/pipeline/head This commit is unstable

This commit is contained in:
2024-04-26 15:28:24 +02:00
parent d15ce3eabd
commit c1fdd2373b
3 changed files with 10 additions and 10 deletions

4
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ standardMakePipeline([
# Install utilities
RUN apt-get update -y \
&& apt-get install -y wget curl tar build-essential ca-certificates git openjdk-17-jdk unzip locales jq moreutils
&& apt-get install -y wget git curl tar build-essential ca-certificates git openjdk-17-jdk unzip locales jq moreutils
# Set locale
RUN locale-gen en_US.UTF-8
@ -51,7 +51,7 @@ standardMakePipeline([
'extras;google;google_play_services'
''',
'hooks': [
'pre-release': {
'pre-build': {
sh '''
make .mktools
'''