Skip to content

Commit

Permalink
using msys2 devkit
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <matt@mattwrock.com>
  • Loading branch information
mwrock committed Jun 29, 2022
1 parent 0cf2c88 commit ff6c7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions omnibus/config/projects/chef-workstation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
# This *has* to be last, as it mutates the build environment and causes all
# compilations that use ./configure et all (the msys env) to break
if windows?
dependency "ruby-windows-devkit"
dependency "ruby-windows-devkit-bash"
dependency "ruby-msys2-devkit"
dependency "ruby-windows-system-libraries"
end

Expand Down
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
override "openssl", version: macos? ? "1.1.1m" : "1.0.2zb"
override "pkg-config-lite", version: "0.28-1"
override "ruby", version: "3.0.3"
override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
override "ruby-msys2-devkit", version: "3.0.3-1"
override "rust", version: "1.37.0"
override "util-macros", version: "1.19.0"
override "xproto", version: "7.0.28"
Expand Down

0 comments on commit ff6c7be

Please sign in to comment.