fix imagick CI build with amd only instructions

This commit is contained in:
henderkes
2026-05-22 08:18:27 +07:00
parent bacf37e112
commit f027788a7d

View File

@@ -34,6 +34,9 @@ trait imagemagick
->addConfigureArgs(
'--disable-openmp',
'--without-x',
// implicit --with-gcc-arch
// bleeds host cpu features into built binaries
'--without-gcc-arch',
);
// special: linux-static target needs `-static`