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

Conversation

james-stocks
Copy link

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

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>
Copy link

@Schwad Schwad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great - thanks for digging into this @james-stocks! 👍

@james-stocks james-stocks merged commit 01ccc46 into master Jun 5, 2020
@chef-expeditor chef-expeditor bot deleted the js/pin_ffi branch June 5, 2020 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants