Skip to content

Commit

Permalink
Move nokogiri stuff into it's own conanfile as it's making linux fail…
Browse files Browse the repository at this point in the history
… to build
  • Loading branch information
jmarrec committed Mar 31, 2020
1 parent f0d1663 commit d2b93a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
# the virtualbuildenv sh/bat script to get the include paths worked out
[build_requires]
sqlite3/3.31.1 # For sqlite3-ruby
# nokogiri
zlib/1.2.11
libxml2/2.9.9
libxslt/1.1.33@bincrafters/stable

[generators]
virtualbuildenv
virtualrunenv
virtualenv
12 changes: 12 additions & 0 deletions conanfile_nokogiri.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This aims to install some dependencies via conan then activating
# the virtualbuildenv sh/bat script to get the include paths worked out
[build_requires]
# nokogiri
zlib/1.2.11
libxml2/2.9.9
libxslt/1.1.33@bincrafters/stable

[generators]
virtualbuildenv
virtualrunenv
virtualenv

0 comments on commit d2b93a7

Please sign in to comment.