Skip to content

Commit

Permalink
unpin libxml/libxlt version
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed Nov 22, 2023
1 parent b904c9f commit d2b0c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# libxslt 1.1.35 does not build successfully with libxml2 2.9.13 on Windows so we will pin
# windows builds to libxslt 1.1.34 and libxml2 2.9.10 for now and followup later with the
# work to fix that issue in IPACK-145.
override "libxml2", version: windows? ? "2.9.10" : "2.9.13"
override "libxslt", version: windows? ? "1.1.34" : "1.1.35"
# override "libxml2", version: windows? ? "2.9.10" : "2.9.13"
# override "libxslt", version: windows? ? "1.1.34" : "1.1.35"

override "libyaml", version: "0.1.7"
override "makedepend", version: "1.0.5"
Expand Down

0 comments on commit d2b0c0e

Please sign in to comment.