.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:
parent
11bb2ad0fd
commit
b2e2d36d79
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue