Skip to content

Commit

Permalink
.github: add wrapfiles to linux32-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 12, 2024
1 parent cd8d243 commit 718ebc7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,25 @@ jobs:
endian = 'little'
run: |
echo "$CROSS_FILE" > cross-file.txt
meson wrap install zlib
meson wrap install lz4
meson wrap install liblzma
meson wrap install zstd
meson setup --cross-file cross-file.txt /tmp/build \
-Dwerror=false \
-Dwerror=true \
-Dzlib:werror=false \
-Dlz4:werror=false \
-Dlzma:werror=false \
-Dzstd:werror=false \
-Dexamples=true \
-Dtest=false \
-Dcurl=disabled \
-Dzlib=enabled \
-Dlz4=enabled \
-Dlzma=enabled \
-Dzstd=enabled \
-Dfuse-old=disabled \
-Dfuse=disabled \
-Dtest=extended \
-Ddoc=false
- name: build
run: |
Expand Down

0 comments on commit 718ebc7

Please sign in to comment.