s390x: change GC_LEVEL to major on ruby3.2 for now
This commit is contained in:
parent
0318d6b1b1
commit
926b631961
@ -1,7 +1,7 @@
|
|||||||
%global mainver 1.13.9
|
%global mainver 1.13.9
|
||||||
#%%global prever .rc4
|
#%%global prever .rc4
|
||||||
|
|
||||||
%global mainrel 1
|
%global mainrel 2
|
||||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||||
|
|
||||||
%global gem_name nokogiri
|
%global gem_name nokogiri
|
||||||
@ -230,6 +230,13 @@ export NOKOGIRI_TEST_GC_LEVEL=major
|
|||||||
sed -i test/test_compaction.rb -e 's|skip unless GC.respond_to.*|skip|'
|
sed -i test/test_compaction.rb -e 's|skip unless GC.respond_to.*|skip|'
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch s390x
|
||||||
|
# With ruby 3.2 GC_LEVEL=compact seems to cause segfault:
|
||||||
|
# change to major for now
|
||||||
|
if pkg-config --atleast-version 3.2 ruby ; then
|
||||||
|
export NOKOGIRI_TEST_GC_LEVEL=major
|
||||||
|
fi
|
||||||
|
%endif
|
||||||
|
|
||||||
env \
|
env \
|
||||||
RUBYLIB=".:lib:test:ext" \
|
RUBYLIB=".:lib:test:ext" \
|
||||||
@ -267,6 +274,9 @@ popd
|
|||||||
%{gem_dir}/doc/%{gem_name}-%{mainver}%{?prever}/
|
%{gem_dir}/doc/%{gem_name}-%{mainver}%{?prever}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 20 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.13.9-2
|
||||||
|
- s390x: change GC_LEVEL to major on ruby3.2 for now
|
||||||
|
|
||||||
* Thu Oct 20 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.13.9-1
|
* Thu Oct 20 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.13.9-1
|
||||||
- 1.13.9
|
- 1.13.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user