Skip to content

Commit 0f410a2

Browse files
committed
docs: remove outdated build tags
1 parent 86b9ffc commit 0f410a2

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If your Docker version is lower than 23.0, the build will fail due to dockerigno
3434

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

4040
## Caddy module
@@ -43,7 +43,7 @@ Build Caddy with the FrankenPHP Caddy module:
4343

4444
```console
4545
cd caddy/frankenphp/
46-
go build -tags watcher,brotli,nobadger,nomysql,nopgx
46+
go build -tags nobadger,nomysql,nopgx
4747
cd ../../
4848
```
4949

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

178178
```console
179-
go test -tags watcher -c -ldflags=-w
179+
go test -tags -c -ldflags=-w
180180
gdb --args frankenphp.test -test.run ^MyTest$
181181
```
182182

docs/cn/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -p 8080:8080 -
3333
## 运行测试套件
3434

3535
```console
36-
go test -tags watcher -race -v ./...
36+
go test -race -v ./...
3737
```
3838

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

4343
```console
4444
cd caddy/frankenphp/
45-
go build -tags watcher,brotli,nobadger,nomysql,nopgx
45+
go build -tags nobadger,nomysql,nopgx
4646
cd ../../
4747
```
4848

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

177177
```console
178-
go test -tags watcher -c -ldflags=-w
178+
go test -c -ldflags=-w
179179
gdb --args frankenphp.test -test.run ^MyTest$
180180
```
181181

docs/fr/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Si votre version de Docker est inférieure à 23.0, la construction échouera à
3333
## Exécution de la suite de tests
3434

3535
```console
36-
go test -tags watcher -race -v ./...
36+
go test -race -v ./...
3737
```
3838

3939
## Module Caddy
@@ -42,7 +42,7 @@ Construire Caddy avec le module FrankenPHP :
4242

4343
```console
4444
cd caddy/frankenphp/
45-
go build -tags watcher,brotli,nobadger,nomysql,nopgx
45+
go build -tags nobadger,nomysql,nopgx
4646
cd ../../
4747
```
4848

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

178178
```console
179-
go test -tags watcher -c -ldflags=-w
179+
go test -c -ldflags=-w
180180
gdb --args frankenphp.test -test.run ^MyTest$
181181
```
182182

docs/ja/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -p 8080:8080 -
3333
## テストスイートの実行
3434

3535
```console
36-
go test -tags watcher -race -v ./...
36+
go test -race -v ./...
3737
```
3838

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

4343
```console
4444
cd caddy/frankenphp/
45-
go build -tags watcher,brotli,nobadger,nomysql,nopgx
45+
go build -tags nobadger,nomysql,nopgx
4646
cd ../../
4747
```
4848

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

177177
```console
178-
go test -tags watcher -c -ldflags=-w
178+
go test -c -ldflags=-w
179179
gdb --args frankenphp.test -test.run ^MyTest$
180180
```
181181

docs/pt-br/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ a flag de configuração `--debug`.
3939
## Executando a suite de testes
4040

4141
```console
42-
go test -tags watcher -race -v ./...
42+
go test -race -v ./...
4343
```
4444

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

4949
```console
5050
cd caddy/frankenphp/
51-
go build -tags watcher,brotli,nobadger,nomysql,nopgx
51+
go build -tags nobadger,nomysql,nopgx
5252
cd ../../
5353
```
5454

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

188188
```console
189-
go test -tags watcher -c -ldflags=-w
189+
go test -c -ldflags=-w
190190
gdb --args frankenphp.test -test.run ^MyTest$
191191
```
192192

docs/ru/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -p 8080:8080 -
3333
## Запуск тестов
3434

3535
```console
36-
go test -tags watcher -race -v ./...
36+
go test -race -v ./...
3737
```
3838

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

4343
```console
4444
cd caddy/frankenphp/
45-
go build -tags watcher,brotli,nobadger,nomysql,nopgx
45+
go build -tags nobadger,nomysql,nopgx
4646
cd ../../
4747
```
4848

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

177177
```console
178-
go test -tags watcher -c -ldflags=-w
178+
go test -c -ldflags=-w
179179
gdb --args frankenphp.test -test.run ^MyTest$
180180
```
181181

docs/tr/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Docker sürümünüz 23.0'dan düşükse, derleme dockerignore [pattern issue](h
3333
## Test senaryolarını çalıştırma
3434

3535
```console
36-
go test -tags watcher -race -v ./...
36+
go test -race -v ./...
3737
```
3838

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

177177
```console
178-
go test -tags watcher -c -ldflags=-w
178+
go test -c -ldflags=-w
179179
gdb --args frankenphp.test -test.run ^MyTest$
180180
```
181181

0 commit comments

Comments
 (0)