#!watchflakes
post <- goos == "ios" && (`signal: segmentation fault` || `fork/exec .*: cannot allocate memory`)
The ios-arm64-corellium builder started failing frequently as of CL 459176, which attempted another fix for #56784 in light of #57263.
(CC @golang/ios, @rsc, @cherrymui)