We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d45502 commit 1b6e856Copy full SHA for 1b6e856
1 file changed
contrib/packaging/bootc.spec
@@ -95,6 +95,13 @@ cat vendor-config.toml >> .cargo/config.toml
95
rm vendor-config.toml
96
97
%build
98
+# https://issues.redhat.com/browse/RHEL-116881
99
+%if 0%{?rhel} >= 10
100
+if test $(arch) = s390x;
101
+ export MALLOC_MMAP_MAX_=0
102
+fi
103
+%endif
104
+
105
# Build the main bootc binary
106
%if %new_cargo_macros
107
%cargo_build %{?with_rhsm:-f rhsm}
0 commit comments