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 706df33
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,23 @@ jobs:
endian = 'little'
run: |
echo "$CROSS_FILE" > cross-file.txt
meson wrap install curl
meson wrap install zlib
meson wrap install lz4
meson wrap install liblzma
meson wrap install zstd
meson wrap install fuse
meson setup --cross-file cross-file.txt /tmp/build \
-Dwerror=false \
-Dwerror=true \
-Dexamples=true \
-Dtest=false \
-Dcurl=enabled \
-Dzlib=enabled \
-Dlz4=enabled \
-Dlzma=enabled \
-Dzstd=enabled \
-Dfuse-old=enabled \
-Dfuse=disabled \
-Dtest=extended \
-Ddoc=false
- name: build
run: |
Expand Down

0 comments on commit 706df33

Please sign in to comment.