Marcus Rückert 2022-12-06 13:19:43 +00:00 committed by Git OBS Bridge
parent 677419ddcb
commit 6335a74e1c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 6 13:19:33 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- disable yjit
-------------------------------------------------------------------
Tue Dec 6 12:44:02 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -16,7 +16,7 @@
#
%ifarch x86_64 aarch64
%bcond_without yjit
%bcond_with yjit
%else
%bcond_with yjit
%endif