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

(PUP-11947) Pin FFI to 1.15.5 #9112

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

mhashizume
Copy link
Contributor

FFI >= 1.16.0 breaks FFI modules in Facter, which is a dependency of Puppet. While the latest release of Facter (4.5.0) pins FFI to 1.15.5, Puppet's gemspec adds a Windows-specific runtime dependency on FFI set to > 1.9.24 < 2, which currently resolves to the latest version of FFI (1.16.2).

This commit pins FFI to 1.15.5 to address the incompatibility between Facter and FFI >=1.16.0.

FFI >= 1.16.0 breaks FFI modules in Facter, which is a dependency of
Puppet. While the latest release of Facter (4.5.0) pins FFI to 1.15.5,
Puppet's gemspec adds a Windows-specific runtime dependency on FFI set
to > 1.9.24 < 2, which currently resolves to the latest version of FFI
(1.16.2).

This commit pins FFI to 1.15.5 to address the incompatibility between
Facter and FFI >=1.16.0.
@mhashizume mhashizume requested a review from a team as a code owner September 26, 2023 23:45
@mhashizume mhashizume merged commit 8004d4c into puppetlabs:7.x Sep 27, 2023
@mhashizume mhashizume deleted the PUP-11947/7.x/ffi branch September 27, 2023 00:28
jordanbreen28 added a commit to puppetlabs/puppet-editor-services that referenced this pull request Sep 27, 2023
This change temporarily pins the ffi 1.15.2 gem and pulls this in to be
used in CI for the editor-services.

This change should be temporarily, to resolve failing CI until this bug
is fixed upstream, and released in the next puppet platform release.
See here puppetlabs/puppet#9112
jordanbreen28 added a commit to puppetlabs/puppet-editor-services that referenced this pull request Sep 27, 2023
This change temporarily pins the ffi 1.15.2 gem and pulls this in to be
used in CI for the editor-services.

This change should be temporarily, to resolve failing CI until this bug
is fixed upstream, and released in the next puppet platform release.
See here puppetlabs/puppet#9112
jordanbreen28 added a commit to puppetlabs/puppet-editor-services that referenced this pull request Sep 27, 2023
This change temporarily pins the ffi 1.15.2 gem and pulls this in to be
used in CI for the editor-services.

This change should be temporarily, to resolve failing CI until this bug
is fixed upstream, and released in the next puppet platform release.
See here puppetlabs/puppet#9112
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.

2 participants