- Skip PGO with %want_reproducible_builds (bsc#1239210)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=169
This commit is contained in:
2025-03-13 10:02:26 +00:00
committed by Git OBS Bridge
parent b818ae8e98
commit d15e233a04
2 changed files with 6 additions and 1 deletions

View File

@@ -36,7 +36,7 @@
%bcond_without general
%endif
%if 0%{?do_profiling}
%if 0%{?do_profiling} && !0%{?want_reproducible_builds}
%bcond_without profileopt
%else
%bcond_with profileopt