From d2b0c0e0711c22be64c23285c89ee55200a9688c Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 22 Nov 2023 14:01:12 +0530 Subject: [PATCH] unpin libxml/libxlt version Signed-off-by: muthuja --- omnibus_overrides.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index fcbefcd07..6c1a8aa4d 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -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"