Skip to content

Commit f4f2d65

Browse files
Update makefile to only working modules (#150)
1 parent aa9a149 commit f4f2d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/wasm/rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TARGET_SUBDIRECTORY := $(if $(value RELEASE),release,debug)
44

55
REPOSITORY_ROOT := $(shell git rev-parse --show-toplevel)
66

7-
1P_MODULES := collection enrichment format humidity otel-transform otel-enrich snapshot temperature viconverter window
7+
1P_MODULES := otel-transform otel-enrich
88

99
TAGS ?= {{repository}}
1010
EXTRA_FLAGS += $(if $(value PUSH),--push,--load)

0 commit comments

Comments
 (0)