forked from pool/libsoup
Accepting request 922302 from home:Guillaume_G:branches:GNOME:Factory
- Ignore test failure on 32-bit arm, as it is done for 32-bit x86 https://gitlab.gnome.org/GNOME/libsoup/-/issues/236 OBS-URL: https://build.opensuse.org/request/show/922302 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=258
This commit is contained in:
parent
1c498e4eef
commit
3f40e3f9ac
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 30 08:04:00 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Ignore test failure on 32-bit arm, as it is done for 32-bit x86
|
||||||
|
https://gitlab.gnome.org/GNOME/libsoup/-/issues/236
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 26 18:27:41 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Sep 26 18:27:41 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -136,8 +136,9 @@ Features:
|
|||||||
%check
|
%check
|
||||||
# Run the regression tests using GnuTLS NORMAL priority
|
# Run the regression tests using GnuTLS NORMAL priority
|
||||||
export G_TLS_GNUTLS_PRIORITY=NORMAL
|
export G_TLS_GNUTLS_PRIORITY=NORMAL
|
||||||
|
# Ignore test failure on 32-bit - https://gitlab.gnome.org/GNOME/libsoup/-/issues/236
|
||||||
%meson_test \
|
%meson_test \
|
||||||
%ifarch %ix86
|
%ifarch %ix86 %{arm}
|
||||||
|| :
|
|| :
|
||||||
%endif
|
%endif
|
||||||
%nil
|
%nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user