This commit is contained in:
Mamoru TASAKA 2022-01-27 01:06:20 +09:00
parent fd30bc656a
commit 5f0bd74091

View File

@ -223,7 +223,7 @@ sed -i '/require..minitest.reporters./ s/^/#/' test/helper.rb
sed -i '/Minitest::Reporters/ s/^/#/' test/helper.rb
# PPC64LE with ruby3.1 does not seem to support GC.compact
%ifarch ppc64le x86_64
%ifarch ppc64le
export NOKOGIRI_TEST_GC_LEVEL=major
%endif