Drop removed meson -D developer_build option

This was removed from libmodulemd-2.12.0. Now meson in Fedora CI errors on
unknown options.
This commit is contained in:
Petr Písař 2022-02-08 10:52:39 +01:00
parent 09a8346583
commit 2be5d00978

View File

@ -26,7 +26,7 @@
tests:
- build:
dir: .
run: meson -Daccept_overflowed_buildorder=true -Dlibmagic=enabled -Drpmio=enabled -Dskip_introspection=false -Dtest_installed_lib=true -Dwith_py2=false -Dwith_py3=true -Ddeveloper_build=false source
run: meson -Daccept_overflowed_buildorder=true -Dlibmagic=enabled -Drpmio=enabled -Dskip_introspection=false -Dtest_installed_lib=true -Dwith_py2=false -Dwith_py3=true source
- unittests:
dir: .
run: ninja test