From d0ae79835f719e4bc9b63328b931bf19f6e2cf40 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 29 Jul 2024 21:08:30 -0400 Subject: [PATCH] Enable use_self_when_building for riscv64 Signed-off-by: Jason Montleon --- pypy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pypy.spec b/pypy.spec index 3c7d50a..4d6c227 100644 --- a/pypy.spec +++ b/pypy.spec @@ -6,7 +6,7 @@ Name: pypy Version: %{basever}.15 %global pyversion 2.7 -Release: %autorelease -e 1.riscv64 +Release: %autorelease -e 2.riscv64 Summary: Python implementation with a Just-In-Time compiler # PyPy is MIT @@ -227,7 +227,7 @@ Patch399: 399-cve-2023-24329.patch # Turn it off with this boolean, to revert back to rebuilding using CPython # and avoid a cycle in the build-time dependency graph: -%global use_self_when_building 0 +%global use_self_when_building 1 %if 0%{use_self_when_building} BuildRequires: pypy2 %global bootstrap_python_interp pypy2