Resolves: #1984403 - Enable accept_overflowed_buildorder in tier0 tests
The configuration has to match how the library was built.
This commit is contained in:
parent
88df8a3644
commit
d48969327a
@ -24,7 +24,7 @@
|
||||
|
||||
Name: %{upstream_name}%{?v2_suffix}
|
||||
Version: 2.13.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
# COPYING: MIT
|
||||
@ -190,6 +190,9 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 12 2021 Petr Pisar <ppisar@redhat.com> - 2.13.0-2
|
||||
- Enable accept_overflowed_buildorder in tier0 tests (bug #1984403)
|
||||
|
||||
* Tue Aug 10 2021 Petr Pisar <ppisar@redhat.com> - 2.13.0-1
|
||||
- 2.13.0 bump (bug #1984403)
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
tests:
|
||||
- build:
|
||||
dir: .
|
||||
run: meson -Dtest_installed_lib=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 -Ddeveloper_build=false source
|
||||
- unittests:
|
||||
dir: .
|
||||
run: ninja test
|
||||
|
Loading…
Reference in New Issue
Block a user