Skip to content
Snippets Groups Projects
Commit 34709ce9 authored by Stan Hu's avatar Stan Hu
Browse files

Disable use of the system ffi gem

Prior to
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6777,
the ffi development headers were not present in the ruby_docker image.
The ffi gem will use the system ffi if `ffi.h` is in the include
path. This causes issues as different operating systems include
different versions of libffi. Disabling the use of the system ffi gem
will cause the ffi gem to statically build its own version, which
what was done before.
parent 7109ae4c
No related branches found
No related tags found
3 merge requests!102heptapod#1237: making 0.38 the new oldstable,!96Merged heptapod branch for upstream 15.11 in heptapod-stable,!93Merged upstream 15.11.0+rc42+ce.0
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment