Skip to content
Merged
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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If your Docker version is lower than 23.0, the build will fail due to dockerigno

```console
export CGO_CFLAGS=$(php-config --includes) CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)"
go test -tags watcher -race -v ./...
go test -race -v ./...
```

## Caddy module
Expand All @@ -43,7 +43,7 @@ Build Caddy with the FrankenPHP Caddy module:

```console
cd caddy/frankenphp/
go build -tags watcher,brotli,nobadger,nomysql,nopgx
go build -tags nobadger,nomysql,nopgx
cd ../../
```

Expand Down Expand Up @@ -176,7 +176,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
8. In the container, you can use GDB and the like:

```console
go test -tags watcher -c -ldflags=-w
go test -tags -c -ldflags=-w
gdb --args frankenphp.test -test.run ^MyTest$
```

Expand Down
6 changes: 3 additions & 3 deletions docs/cn/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -p 8080:8080 -
## 运行测试套件

```console
go test -tags watcher -race -v ./...
go test -race -v ./...
```

## Caddy 模块
Expand All @@ -42,7 +42,7 @@ go test -tags watcher -race -v ./...

```console
cd caddy/frankenphp/
go build -tags watcher,brotli,nobadger,nomysql,nopgx
go build -tags nobadger,nomysql,nopgx
cd ../../
```

Expand Down Expand Up @@ -175,7 +175,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
8. 在容器中,可以使用 GDB 和以下:

```console
go test -tags watcher -c -ldflags=-w
go test -c -ldflags=-w
gdb --args frankenphp.test -test.run ^MyTest$
```

Expand Down
6 changes: 3 additions & 3 deletions docs/fr/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Si votre version de Docker est inférieure à 23.0, la construction échouera à
## Exécution de la suite de tests

```console
go test -tags watcher -race -v ./...
go test -race -v ./...
```

## Module Caddy
Expand All @@ -42,7 +42,7 @@ Construire Caddy avec le module FrankenPHP :

```console
cd caddy/frankenphp/
go build -tags watcher,brotli,nobadger,nomysql,nopgx
go build -tags nobadger,nomysql,nopgx
cd ../../
```

Expand Down Expand Up @@ -176,7 +176,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
8. Dans le conteneur, vous pouvez utiliser GDB et similaires :

```console
go test -tags watcher -c -ldflags=-w
go test -c -ldflags=-w
gdb --args frankenphp.test -test.run ^MyTest$
```

Expand Down
6 changes: 3 additions & 3 deletions docs/ja/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -p 8080:8080 -
## テストスイートの実行

```console
go test -tags watcher -race -v ./...
go test -race -v ./...
```

## Caddyモジュール
Expand All @@ -42,7 +42,7 @@ FrankenPHPのCaddyモジュール付きでCaddyをビルドします:

```console
cd caddy/frankenphp/
go build -tags watcher,brotli,nobadger,nomysql,nopgx
go build -tags nobadger,nomysql,nopgx
cd ../../
```

Expand Down Expand Up @@ -175,7 +175,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
8. コンテナ内で、GDBなどを使用できます:

```console
go test -tags watcher -c -ldflags=-w
go test -c -ldflags=-w
gdb --args frankenphp.test -test.run ^MyTest$
```

Expand Down
6 changes: 3 additions & 3 deletions docs/pt-br/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ a flag de configuração `--debug`.
## Executando a suite de testes

```console
go test -tags watcher -race -v ./...
go test -race -v ./...
```

## Módulo Caddy
Expand All @@ -48,7 +48,7 @@ Construa o Caddy com o módulo Caddy FrankenPHP:

```console
cd caddy/frankenphp/
go build -tags watcher,brotli,nobadger,nomysql,nopgx
go build -tags nobadger,nomysql,nopgx
cd ../../
```

Expand Down Expand Up @@ -186,7 +186,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
8. No contêiner, você pode usar o GDB e similares:

```console
go test -tags watcher -c -ldflags=-w
go test -c -ldflags=-w
gdb --args frankenphp.test -test.run ^MyTest$
```

Expand Down
6 changes: 3 additions & 3 deletions docs/ru/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -p 8080:8080 -
## Запуск тестов

```console
go test -tags watcher -race -v ./...
go test -race -v ./...
```

## Модуль Caddy
Expand All @@ -42,7 +42,7 @@ go test -tags watcher -race -v ./...

```console
cd caddy/frankenphp/
go build -tags watcher,brotli,nobadger,nomysql,nopgx
go build -tags nobadger,nomysql,nopgx
cd ../../
```

Expand Down Expand Up @@ -175,7 +175,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
8. В контейнере используйте GDB и другие инструменты:

```console
go test -tags watcher -c -ldflags=-w
go test -c -ldflags=-w
gdb --args frankenphp.test -test.run ^MyTest$
```

Expand Down
4 changes: 2 additions & 2 deletions docs/tr/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Docker sürümünüz 23.0'dan düşükse, derleme dockerignore [pattern issue](h
## Test senaryolarını çalıştırma

```console
go test -tags watcher -race -v ./...
go test -race -v ./...
```

## Caddy modülü
Expand Down Expand Up @@ -175,7 +175,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
8. Konteynerde GDB ve benzerlerini kullanabilirsiniz:

```console
go test -tags watcher -c -ldflags=-w
go test -c -ldflags=-w
gdb --args frankenphp.test -test.run ^MyTest$
```

Expand Down