Skip to content

Commit

Permalink
Remove package winstorecompat from dev tools
Browse files Browse the repository at this point in the history
This package is not part of msys2-20161025 and therefore install fails
when no MSYS2 update (ridk install 2) was done before.
Since I don't know any gem which required this package, it's safe to
not install it per default.
This makes install step 2 optional.

See also #88
  • Loading branch information
larskanis committed Dec 19, 2017
1 parent 724bc2b commit 50100e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
[#78](https://github.com/oneclick/rubyinstaller2/issues/78#issuecomment-330115604).
See also [updating RubyInstaller](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#q-what-is-recommended-way-to-update-a-ruby-installation).

### Removed
- Remove package 'winstorecompat' from default dev tools, to make `ridk install` step 2 optional.
[#88](https://github.com/oneclick/rubyinstaller2/issues/88)


## RubyInstaller-2.4.2-2 - 2017-09-15

Expand Down
1 change: 0 additions & 1 deletion lib/ruby_installer/build/components/03_dev_tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def description
mingw-w64-pkg-config
mingw-w64-tools-git
mingw-w64-winpthreads-git
mingw-w64-winstorecompat-git
]

def execute(args)
Expand Down

0 comments on commit 50100e2

Please sign in to comment.