Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:

sh sapi/quickstart/linux/alpine-init.sh
git config --global --add safe.directory /work
test -f composer.lock && rm -f composer.lock
composer install --no-interaction --no-autoloader --no-scripts --profile
composer dump-autoload --optimize --profile

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-glibc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
run: |
set -eux
uname -m
test -f composer.lock && rm -f composer.lock
composer install --no-interaction --no-autoloader --no-scripts --profile
composer dump-autoload --optimize --profile

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:

sh sapi/quickstart/linux/alpine-init.sh
git config --global --add safe.directory /work
test -f composer.lock && rm -f composer.lock
composer install --no-interaction --no-autoloader --no-scripts --profile
composer dump-autoload --optimize --profile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
export PATH=${{ github.workspace }}/runtime/php/:$PATH
alias php="php -d curl.cainfo=${{ github.workspace }}/runtime/php/cacert.pem -d openssl.cafile=${{ github.workspace }}/runtime/php/cacert.pem"

test -f composer.lock && rm -f composer.lock
composer install --no-interaction --no-autoloader --no-scripts --profile
composer dump-autoload --optimize --profile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
export PATH=${{ github.workspace }}/runtime/php/:$PATH
alias php="php -d curl.cainfo=${{ github.workspace }}/runtime/php/cacert.pem -d openssl.cafile=${{ github.workspace }}/runtime/php/cacert.pem"

test -f composer.lock && rm -f composer.lock
composer install --no-interaction --no-autoloader --no-scripts --profile
composer dump-autoload --optimize --profile

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ curl -fSL https://github.com/swoole/swoole-cli/blob/main/setup-swoole-cli-runtim
git clone https://github.com/swoole/swoole-cli.git
```

```shell
git clone https://github.com/swoole/swoole-cli.git
```

## 快速准备 PHP 运行时

```shell
Expand Down
Loading
Loading