.github/workflows/build.yml: add Meson option "--wrap-mode nofallback"

The library setup should be well-defined without implicit downloads.
This commit is contained in:
Max Kellermann 2024-07-05 17:42:55 +02:00
parent 11bb2ad0fd
commit b2e2d36d79
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ jobs:
-Dtest=true \ -Dtest=true \
-Dsystemd=enabled \ -Dsystemd=enabled \
-Dpcre=enabled \ -Dpcre=enabled \
--wrap-mode nofallback \
--force-fallback-for=fmt \ --force-fallback-for=fmt \
output/full output/full
@ -128,6 +129,7 @@ jobs:
-Dfifo=false \ -Dfifo=false \
-Dhttpd=false -Dpipe=false -Drecorder=false \ -Dhttpd=false -Dpipe=false -Drecorder=false \
-Dsnapcast=false \ -Dsnapcast=false \
--wrap-mode nofallback \
output/mini output/mini
- name: Build Mini - name: Build Mini