Update ffi gem to v1.17.0
v1.15.5 has some build issues with recent versions of clang (https://github.com/llvm/llvm-project/issues/89087). Update to v1.17.0 to take advantage of the latest fixes. Changelog: changed
parent
e96535e3
No related branches found
No related tags found
... | ... | @@ -27,6 +27,11 @@ |
gem 'chef-utils' | ||
gem 'mixlib-versioning' | ||
end | ||
# Avoid the precompiled native gems because Omnibus specs need to run on older glibc versions. | ||
# Pin this to 1.17.0 because mixlib-log only allows up to 1.17.0. See: | ||
# - https://github.com/chef/mixlib-log/pull/81 | ||
# - https://github.com/ffi/ffi/issues/1139 | ||
gem 'ffi', '1.17.0', force_ruby_platform: true | ||
gem 'unf_ext', '~>0.0.9.1' | ||
gem 'ohai', '~> 18.0' | ||
gem 'rainbow', '~> 2.2' # This is used by gitlab-ctl and the chef formatter | ||
... | ... |
Please register or sign in to comment