We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607a902 commit 82506ecCopy full SHA for 82506ec
Makefile
@@ -179,7 +179,7 @@ ALL_GRPC_BACKENDS+=backend-assets/grpc/whisper
179
ALL_GRPC_BACKENDS+=backend-assets/grpc/local-store
180
ALL_GRPC_BACKENDS+=$(OPTIONAL_GRPC)
181
# Use filter-out to remove the specified backends
182
-ALL_GRPC_BACKENDS := $(filter-out $(REMOVE_GRPC_BACKEND),$(ALL_GRPC_BACKENDS))
+ALL_GRPC_BACKENDS := $(filter-out $(SKIP_GRPC_BACKEND),$(ALL_GRPC_BACKENDS))
183
184
GRPC_BACKENDS?=$(ALL_GRPC_BACKENDS) $(OPTIONAL_GRPC)
185
TEST_PATHS?=./api/... ./pkg/... ./core/...
0 commit comments