Skip to content

Commit 76ce211

Browse files
committed
remove watcher
Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent 000cd18 commit 76ce211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fi
118118
env
119119
go env
120120
go get durable_php
121-
go build -buildmode=pie -tags "cgo netgo nats osusergo static_build" -ldflags "-linkmode=external -extldflags '-static-pie ${extraExtldflags}' ${extraLdflags} -X 'github.com/caddyserver/caddy/v2.CustomVersion=FrankenPHP ${FRANKENPHP_VERSION} PHP ${LIBPHP_VERSION} go_durable_php' -X 'main.version=$VERSION'" -o "dist/${bin}" durable_php
121+
go build -buildmode=pie -tags "cgo netgo nats osusergo static_build nowatcher" -ldflags "-linkmode=external -extldflags '-static-pie ${extraExtldflags}' ${extraLdflags} -X 'github.com/caddyserver/caddy/v2.CustomVersion=FrankenPHP ${FRANKENPHP_VERSION} PHP ${LIBPHP_VERSION} go_durable_php' -X 'main.version=$VERSION'" -o "dist/${bin}" durable_php
122122

123123
if [ -d "${EMBED}" ]; then
124124
truncate -s 0 app.tar

0 commit comments

Comments
 (0)