Skip to content

Commit

Permalink
Update libxml version 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Jan 7, 2025
1 parent 3ea5d18 commit ab61479
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
~/libxml/arm
~/libxml/x86_64
~/libxml/x86
key: libxmlv2.9.14-r5
key: libxmlv2.13.5-r5
- name: Install dependencies
if: steps.cache-libxml.outputs.cache-hit != 'true'
run: ./build/Linux/000-install-dependencies.sh
Expand Down
13 changes: 12 additions & 1 deletion build/Linux/043-build-libxml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ set -ex

source $HOME/.build_env

LIBXML2_VERSION=v2.9.14
# Update automake for libxml
automake --version
wget http://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.gz
tar -xzf automake-1.16.3.tar.gz
pushd automake-1.16.3
./configure
make
sudo make install
automake --version
popd

LIBXML2_VERSION=v2.13.5
GIT_URL_LIBXML2=https://gitlab.gnome.org/GNOME/libxml2.git

archs=(arm arm64 x86 x86_64)
Expand Down

0 comments on commit ab61479

Please sign in to comment.