Skip to content

Commit 2ff84ec

Browse files
authored
need latest expat on manylinux
1 parent c178037 commit 2ff84ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/store-artefact.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ jobs:
305305
- name: Install dependencies, configure, build
306306
run: |
307307
yum install -y libxml2-devel check-devel java-devel mono-devel R
308+
git clone https://github.com/libexpat/libexpat
309+
cmake -G Ninja -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=./dependencies -B libexpat -S libexpat/expat
310+
cmake --build libexpat
311+
cmake --install libexpat
308312
cd ..
309313
mkdir build
310314
cd build

0 commit comments

Comments
 (0)