Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin ffi to < 1.13 #606

Merged
merged 1 commit into from
Jun 5, 2020
Merged

Pin ffi to < 1.13 #606

merged 1 commit into from
Jun 5, 2020

Commits on Jun 5, 2020

  1. Pin ffi to < 1.13

    Our tests are failing on Windows:
    
    https://buildkite.com/chef-oss/inspec-train-master-verify/builds/395#18f8c2af-6501-4258-bdbf-0f8af87ce9e7
    
    ```
    rake aborted!
    SignalException: SIGSEGV
    ```
    
    See ffi/ffi#784 - ffi 1.13 introduces segmentation faults. These are not ffi's fault directly, other gems that are not using ffi 100% correctly get away with it in ffi 1.12 but now crash with 1.13.
    
    Signed-off-by: James Stocks <jstocks@chef.io>
    James Stocks committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f99bf8c View commit details
    Browse the repository at this point in the history