chef
chef copied to clipboard
Compile unf_ext gem from source
Description
unf_ext 0.0.8.2 does not compile on Windows when loaded from rubygems. JSnapp found a workaround by compiling from source. We add that below and removed the dependency on 0.0.8.1 we added into Gemfile.
Related Issue
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Chore (non-breaking change that does not add functionality or fix an issue)
Checklist:
- [ ] I have read the CONTRIBUTING document.
- [ ] I have run the pre-merge tests locally and they pass.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] All commits have been signed-off for the Developer Certificate of Origin. Pre-compiled unf_ext gem in rubygems.org has broken ruby version constraints which prevent it from installing in ruby 3.1.1 on 64 bit Windows so we need to install it from source until the issue is resolved. reference: knu/ruby-unf_ext#66
Signed-off-by: Jeremiah Snapp [email protected]
Let's also squash these commits
This is no longer relevant as the gem has updated and chef is compiling without this update







