_config: Exclude blosc2 from building on s390x to meet maintenance exit criteria.
This commit is contained in:
parent
8bb9a943a2
commit
ba6a49c0c5
7
_config
7
_config
@ -86,6 +86,13 @@ Macros:
|
||||
# SUSE SLFO specific change
|
||||
%if "%_project" == "SUSE:SLFO:1.1:Build" || "%{sub %_project 1 21}" == "SUSE:SLFO:1.1:Staging"
|
||||
|
||||
# blosc2 is broken on s390x
|
||||
# disable it to meet maintenance exit criteria
|
||||
%ifarch s390x
|
||||
BuildFlags: excludebuild:blosc2
|
||||
%endif
|
||||
|
||||
|
||||
# no mono on SLFO
|
||||
BuildFlags: excludebuild:gettext-runtime:gettext-csharp
|
||||
BuildFlags: excludebuild:meson:test
|
||||
|
Loading…
x
Reference in New Issue
Block a user