public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bitcoin-core] rawhide: Test cluster_linearize_tests still fails on GCC 16.1
@ 2026-07-20 13:39 Simone Caronni
0 siblings, 0 replies; only message in thread
From: Simone Caronni @ 2026-07-20 13:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bitcoin-core
Branch : rawhide
Commit : 47cf4d6bb9b02c3a2c70a23dd3ae8a4677603b83
Author : Simone Caronni <negativo17@gmail.com>
Date : 2026-07-20T15:38:33+02:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bitcoin-core/c/47cf4d6bb9b02c3a2c70a23dd3ae8a4677603b83?branch=rawhide
Log:
Test cluster_linearize_tests still fails on GCC 16.1
---
diff --git a/bitcoin-core.spec b/bitcoin-core.spec
index 8280cce..bf51126 100644
--- a/bitcoin-core.spec
+++ b/bitcoin-core.spec
@@ -162,6 +162,9 @@ grep -q $(sha256sum %{SOURCE0}) %{SOURCE2}
cp -p %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} .
%build
+# Segfaults on GCC 16.1 (fixed in 16.2)
+sed -i -e '/cluster_linearize_tests.cpp/d' src/test/CMakeLists.txt
+
# Bitcoin kernel library used only as part of the testing for now:
%cmake \
-DBUILD_CLI=ON \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 13:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 13:39 [rpms/bitcoin-core] rawhide: Test cluster_linearize_tests still fails on GCC 16.1 Simone Caronni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox