Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 3e271937ef
Enable LTO again
Binutils have potential fix for TEXTRELs.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-05-11 09:53:19 +03:00
David Abdurachmanov f709f832ce Merge remote-tracking branch 'up/f38' into f38-riscv64 2023-05-11 09:52:31 +03:00
Zbigniew Jędrzejewski-Szmek 1fa99260fc pytest-flakes is required for test_ukify.py
[skip changelog]
2023-04-22 12:37:06 +02:00
1 changed files with 2 additions and 5 deletions

View File

@ -19,11 +19,7 @@
# e.g. when re-building cryptsetup on a json-c SONAME-bump.
%bcond_with bootstrap
%bcond_without tests
%ifnarch riscv64
%bcond_without lto
%else
%bcond_with lto
%endif
# Support for quick builds with rpmbuild --build-in-place.
# See README.build-in-place.
@ -37,7 +33,7 @@ Version: 253.2
# determine the build information from local checkout
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
%endif
Release: %autorelease -e 6.riscv64
Release: %autorelease -e 7.riscv64
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
@ -169,6 +165,7 @@ BuildRequires: python3dist(lxml)
BuildRequires: python3dist(pefile)
BuildRequires: python3dist(pillow)
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(pytest-flakes)
BuildRequires: python3dist(zstd)
# gzip and lzma are provided by the stdlib
BuildRequires: firewalld-filesystem