Bug 42010

Summary: php: riscv64 support
Product: Sisyphus Reporter: Ivan A. Melnikov <iv>
Component: php8.0Assignee: Anton Farygin <rider>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: aen, rider, sin
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Ivan A. Melnikov 2022-02-21 15:55:49 MSK
В pcre пока не реализован JIT compiler, поэтому чтобы собрать любое php из Сизифа в sisphus_riscv64 нужно внести в спек такое несложное изменение:

@@ -254,5 +254,5 @@ touch configure.ac
        --with-regex=php \
        --without-pear \
-       %ifarch %e2k
+       %ifarch %e2k riscv64
        --without-pcre-jit \
        %endif

Не могли бы Вы внести такое изменение в спеки всех веток php, поддерживаемых в Сизифе?
Comment 1 Ivan A. Melnikov 2022-03-21 10:15:26 MSK
php8.0-8.0.17-alt1 та же проблема.
Comment 2 Repository Robot 2022-04-29 23:12:11 MSK
php8.1-8.1.5-alt1 -> sisyphus:

 Fri Apr 15 2022 Anton Farygin <rider@altlinux.ru> 8.1.5-alt1
 - 8.1.5
 - disabled pcre-jit on riscv64 (closes: #42010)