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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user