Accepting request 1003037 from openSUSE:Factory:RISCV
- Disable LLVM JIT on riscv64 OBS-URL: https://build.opensuse.org/request/show/1003037 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=56
This commit is contained in:
parent
69b889ecd3
commit
f9502278b0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 12 07:52:42 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Disable LLVM JIT on riscv64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 12 11:16:34 UTC 2022 - Reinhard Max <max@suse.com>
|
Fri Aug 12 11:16:34 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -88,7 +88,11 @@ BuildRequires: %libpq
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
|
%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
|
||||||
|
%ifarch riscv64
|
||||||
|
%bcond_with llvm
|
||||||
|
%else
|
||||||
%bcond_without llvm
|
%bcond_without llvm
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%bcond_with llvm
|
%bcond_with llvm
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user