Remove redundant sanity check call

This commit is contained in:
crazywhalecc
2025-06-14 01:13:33 +08:00
parent 962de5b25f
commit 3efabee153

View File

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