Skip to content

Commit

Permalink
Update dependency libs for Android CI to latest (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Jun 14, 2023
1 parent b9c6440 commit ac750eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .azure/azure-pipelines-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ schedules:

variables:
ICONV_VERSION: '1.17'
# Use recent master libffi, because 3.3 is broken: checking host system type... Invalid configuration `arm-none-linux-eabi': machine `arm-none-linux' not recognized
FFI_VERSION: '3.4.2'
# libffi 3.4.4 fails due to https://github.com/libffi/libffi/issues/760
FFI_VERSION: 'ce077e5565366171aa1b4438749b0922fce887a4'
GETTEXT_VERSION: '0.21'
GLIB_VERSION: '2.72'
GLIB_EXTRAVERSION: '3'
OBOE_VERSION: '1.6.1'
SNDFILE_VERSION: '1.1.0'
GLIB_EXTRAVERSION: '4'
OBOE_VERSION: '1.7.0'
SNDFILE_VERSION: '1.2.0'
INSTPATCH_VERSION: '1.1.6'
VORBIS_VERSION: '1.3.7'
OGG_VERSION: '1.3.5'
OPUS_VERSION: '1.3.1'
FLAC_VERSION: '1.3.4'
FLAC_VERSION: '1.4.2'
PCRE_VERSION: '8.45'

# Android NDK sources and standalone toolchain is put here
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-${ICONV_VERSION}.tar.gz
tar zxf libiconv-${ICONV_VERSION}.tar.gz
wget -O libffi-${FFI_VERSION}.tar.gz https://github.com/libffi/libffi/releases/download/v${FFI_VERSION}/libffi-${FFI_VERSION}.tar.gz
wget -O libffi-${FFI_VERSION}.tar.gz https://github.com/libffi/libffi/archive/${FFI_VERSION}.tar.gz # https://github.com/libffi/libffi/releases/download/v${FFI_VERSION}/libffi-${FFI_VERSION}.tar.gz
tar zxf libffi-${FFI_VERSION}.tar.gz
wget http://ftp.gnu.org/pub/gnu/gettext/gettext-${GETTEXT_VERSION}.tar.gz
Expand Down

0 comments on commit ac750eb

Please sign in to comment.