From: Zsolt Dollenstein Date: Thu, 15 Sep 2022 20:08:26 +0000 (+0100) Subject: Fix mypyc build errors on newer manylinux2014_x86_64 images (#3272) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d852af71672ce22646017e4ca7a8878ca7bdfe39?ds=sidebyside;hp=d852af71672ce22646017e4ca7a8878ca7bdfe39 Fix mypyc build errors on newer manylinux2014_x86_64 images (#3272) Make sure `gcc` is installed in the build env The mypyc build requires `gcc` to be installed even if it's being built with `clang`, otherwise `clang` fails to find `libgcc`. ---