Disabled testing due to build issues with GCC 14

epel9
Morten Stevens 1 year ago
parent e105ec97c9
commit 09d350eab1

@ -4,7 +4,7 @@
Name: mbedtls Name: mbedtls
Version: 2.28.5 Version: 2.28.5
Release: 3%{?dist} Release: 4%{?dist}
Summary: Light-weight cryptographic and SSL/TLS library Summary: Light-weight cryptographic and SSL/TLS library
License: Apache-2.0 License: Apache-2.0
URL: https://www.trustedfirmware.org/projects/mbed-tls URL: https://www.trustedfirmware.org/projects/mbed-tls
@ -60,7 +60,8 @@ export CXXLAGS="%{optflags} -Wno-stringop-overflow -Wno-maybe-uninitialized"
-DENABLE_PROGRAMS=OFF \ -DENABLE_PROGRAMS=OFF \
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \ -DUSE_SHARED_MBEDTLS_LIBRARY=ON \
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF \ -DUSE_STATIC_MBEDTLS_LIBRARY=OFF \
-DGEN_FILES=OFF -DGEN_FILES=OFF \
-DENABLE_TESTING=Off
%cmake_build %cmake_build
make apidoc make apidoc
@ -74,8 +75,8 @@ make apidoc
# - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PDD6RNQMII472HXM4XAUUWWZKKBGHPTO/ # - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PDD6RNQMII472HXM4XAUUWWZKKBGHPTO/
chmod 755 %{buildroot}%{_libdir}/*.so.* chmod 755 %{buildroot}%{_libdir}/*.so.*
%check # %check
%ctest --output-on-failure --force-new-ctest-process --parallel 1 # %ctest --output-on-failure --force-new-ctest-process --parallel 1
%ldconfig_scriptlets %ldconfig_scriptlets
@ -94,6 +95,9 @@ chmod 755 %{buildroot}%{_libdir}/*.so.*
%doc apidoc/* %doc apidoc/*
%changelog %changelog
* Tue Feb 06 2024 Morten Stevens <mstevens@fedoraproject.org> - 2.28.5-4
- Disabled testing due to build issues with GCC 14
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.5-3 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

Loading…
Cancel
Save