Revert "Add with_grpc to build tags. Support gRPC transport in V2Ray protocols (#343)"

This reverts commit d7efaaa22e.
This commit is contained in:
Nova 2025-04-07 12:19:54 +03:30
parent d7efaaa22e
commit 19cbfe0754

View File

@ -26,5 +26,5 @@ popd
#### Go: core ####
pushd core/server
VERSION_SINGBOX=$(go list -m -f '{{.Version}}' github.com/sagernet/sing-box)
go build -v -o $DEST -trimpath -ldflags "-w -s -X 'github.com/sagernet/sing-box/constant.Version=${VERSION_SINGBOX}'" -tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech,with_dhcp,with_grpc"
go build -v -o $DEST -trimpath -ldflags "-w -s -X 'github.com/sagernet/sing-box/constant.Version=${VERSION_SINGBOX}'" -tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech,with_dhcp"
popd