Remove redundant sanity check call

This commit is contained in:
crazywhalecc 2025-06-14 01:13:33 +08:00
parent 962de5b25f
commit 3efabee153
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -180,9 +180,6 @@ class MacOSBuilder extends UnixBuilderBase
}
$this->buildEmbed();
}
$this->emitPatchPoint('before-sanity-check');
$this->sanityCheck($build_target);
}
public function testPHP(int $build_target = BUILD_TARGET_NONE)