|
@@ -3,7 +3,7 @@ COMMIT = $(shell git rev-parse --short HEAD)
|
|
|
TAGS_GO118 = with_gvisor,with_dhcp,with_wireguard,with_utls,with_reality_server,with_clash_api
|
|
|
TAGS_GO120 = with_quic,with_ech
|
|
|
TAGS ?= $(TAGS_GO118),$(TAGS_GO120)
|
|
|
-TAGS_TEST ?= with_gvisor,with_quic,with_wireguard,with_grpc,with_ech,with_utls,with_reality_server,with_shadowsocksr
|
|
|
+TAGS_TEST ?= with_gvisor,with_quic,with_wireguard,with_grpc,with_ech,with_utls,with_reality_server
|
|
|
|
|
|
GOHOSTOS = $(shell go env GOHOSTOS)
|
|
|
GOHOSTARCH = $(shell go env GOHOSTARCH)
|