diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 1a02b8dfe5..628f0c5f33 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -35,6 +35,10 @@ nodebug=1 CXXFLAGS="-Wno-expansion-to-defined" case "$XBPS_TARGET_MACHINE" in + arm*-musl) + # builders time out while or after linking WebKitPluginProcess2 + broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/18501/steps/shell_3/logs/stdio" + ;; aarch64*|arm*) configure_args+=" -DUSE_LD_GOLD=0";; i686*) CXXFLAGS+="-O2 -msse2";; esac