Drop FFI pin, plus a bunch of assorted other bits#14911
Drop FFI pin, plus a bunch of assorted other bits#14911tpowell-progress merged 1 commit intochef:mainfrom
Conversation
|
This requires the fix in Tested this with: and it builds. |
|
Looks like there's a lot more sticking us to 1.15
|
|
rest-client isn't pinned, that inherited the pin from us... so just chef-powershell. |
|
OK chef/chef-powershell-shim#288 is for chef-powershell. There's no direct dep, but it's pulled in from somewhere. |
0e1a97c to
40439eb
Compare
5e9e1f0 to
243dc8c
Compare
|
@tpowell-progress - as discussed in Slack, this needs a release of HOWEVER - any idea why |
edaaa49 to
0a41cc1
Compare
d562cca to
62b2bde
Compare
5539b89 to
527d5b2
Compare
|
@stanhu - can you repro it now? It still seems reliably-reproducible on the macos vms. @tpowell-progress and @johnmccrae - @mwrock got this all working in habitat, so we're almost ready to merge this other than that weird MacOSX thing. |
Hmmm, if we drop |
3df365f to
c6705a2
Compare
|
Yup, that fixes Darwin! |
951cb4d to
aab88b4
Compare
* Add msys2 build-dep to windows hab so we can build libffi which is required in ffi 1.17.x * Add some post-bundle-install hacks for appbunder for ffi 1.17.x * Sort words in cspell config after adding 'autoreconf' See ffi/ffi#1139 (comment) for details ``` $ bundle update ffi ohai mixlib-log --conservative Fetching https://github.com/stanhu/mixlib-log.git Fetching https://github.com/jaymzh/ohai.git Fetching gem metadata from https://rubygems.org/....... Resolving dependencies... Resolving dependencies... Using mixlib-log 3.2.2 (was 3.0.9) from https://github.com/stanhu/mixlib-log.git (at sh-relax-ffi@6aff216) Using ohai 19.0.9 (was 19.0.5) from https://github.com/jaymzh/ohai.git (at ffi-ver@1c34928) Bundler attempted to update ffi but its version stayed the same Bundle updated! ``` Signed-off-by: Phil Dibowitz <phil@ipom.com>
|



git/corefrom the habitat windows build deps because @mwrock figured out that this dep was installing an additional bash which was causing build failures in Windows. Git was already included as part of msys2, so this isn't necessary, and breaks things.See ffi/ffi#1139 (comment)
for details
Signed-off-by: Phil Dibowitz phil@ipom.com