Skip to content

Commit 82506ec

Browse files
mauromoralesmudler
andauthored
Update Makefile
Co-authored-by: Ettore Di Giacinto <[email protected]> Signed-off-by: Mauro Morales <[email protected]>
1 parent 607a902 commit 82506ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ ALL_GRPC_BACKENDS+=backend-assets/grpc/whisper
179179
ALL_GRPC_BACKENDS+=backend-assets/grpc/local-store
180180
ALL_GRPC_BACKENDS+=$(OPTIONAL_GRPC)
181181
# Use filter-out to remove the specified backends
182-
ALL_GRPC_BACKENDS := $(filter-out $(REMOVE_GRPC_BACKEND),$(ALL_GRPC_BACKENDS))
182+
ALL_GRPC_BACKENDS := $(filter-out $(SKIP_GRPC_BACKEND),$(ALL_GRPC_BACKENDS))
183183

184184
GRPC_BACKENDS?=$(ALL_GRPC_BACKENDS) $(OPTIONAL_GRPC)
185185
TEST_PATHS?=./api/... ./pkg/... ./core/...

0 commit comments

Comments
 (0)