We've found that bindingtester often crashes on aarch64 due to an older version of libffi included in the CentOS7 image, which rh-python38 depends on. In order to work around this, this PR installs a more recent version of libffi (version 3.4.2, or libffi.so.8.1.0) and forcibly replaces libffi.so.6 with the newer version.
We've found that bindingtester often crashes on aarch64 due to an older version of libffi included in the CentOS7 image, which
rh-python38
depends on. In order to work around this, this PR installs a more recent version of libffi (version 3.4.2, orlibffi.so.8.1.0
) and forcibly replaceslibffi.so.6
with the newer version.