Skip to content

Commit

Permalink
add condition for freebsd to fetch libxml2 latest version
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed Apr 4, 2024
1 parent 7c03b69 commit 54f2421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# Chef Infra Cilent failed to install on Solaris V11.4.47 - CHEF-7695
override :bash, version: "5.1.8"
end
if freebsd?
override :libxml2, version: "2.11.7"
end
override "libyaml", version: "0.1.7"
override "makedepend", version: "1.0.5"
override "ncurses", version: "6.3"
Expand Down

0 comments on commit 54f2421

Please sign in to comment.