1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

Fix nokogiri tests

Use the required specific bundler and add --disable-xml2-legacy
This commit is contained in:
Daniel Garcia Moreno
2025-12-10 11:39:08 +01:00
parent b4bc4f73fe
commit 05b0c03006

View File

@@ -9,6 +9,7 @@ export NOCONFIGURE=1
git clone https://github.com/sparklemotion/nokogiri
cd nokogiri
bundle install
bundle exec rake compile -- --with-xml2-source-dir=${LIBXML_DIR}
gem install bundler:2.7.2
bundle _2.7.2_ install
bundle exec rake compile -- --with-xml2-source-dir=${LIBXML_DIR} --disable-xml2-legacy
bundle exec rake test