mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 07:15:35 +08:00
Compare commits
3 Commits
d66d7b3a73
...
352955d608
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
352955d608 | ||
|
|
e07b281577 | ||
|
|
71f4e45256 |
@@ -24,6 +24,7 @@ trait grpc
|
||||
protected function build(): void
|
||||
{
|
||||
$cmake = UnixCMakeExecutor::create($this)
|
||||
->setBuildDir($this->source_dir . '/avoid_BUILD_file_conflict')
|
||||
->addConfigureArgs(
|
||||
'-DgRPC_SSL_PROVIDER=package',
|
||||
'-DgRPC_INSTALL_BINDIR=' . BUILD_BIN_PATH,
|
||||
|
||||
@@ -94,9 +94,6 @@ class SourceManager
|
||||
|
||||
// if not, remove the source dir and extract again
|
||||
logger()->notice("Source [{$source}] hash mismatch, removing old source dir and extracting again ...");
|
||||
if ($source === 'micro' || $source === 'grpc') {
|
||||
return;
|
||||
}
|
||||
FileSystem::removeDir($check);
|
||||
$filename = LockFile::getLockFullPath($lock_content);
|
||||
$move_path = LockFile::getExtractPath($lock_name, SOURCE_PATH . '/' . $source);
|
||||
|
||||
Reference in New Issue
Block a user