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:
parent
09a8346583
commit
2be5d00978
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user