Skip to content

Commit 46fe988

Browse files
committed
remove bindings generation from manifest build
1 parent 4b5bcb7 commit 46fe988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edgee_world:
1616

1717
setup: edgee_world ## setup development environment
1818

19-
build:
19+
build: setup
2020
edgee components build
2121

2222
build-no-edgee: setup ## build component

edgee-component.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/edgee-cloud/example-py-component"
1111
wit-world-version = "0.4.0"
1212

1313
[component.build]
14-
command = "uv sync && uv run componentize-py --wit-path wit/ bindings edgee_world && uv run componentize-py --wit-path wit/ --world data-collection componentize dc_component -o dc_component.wasm"
14+
command = "uv run componentize-py --wit-path wit/ --world data-collection componentize dc_component -o dc_component.wasm"
1515
output_path = "./dc_component.wasm"
1616

1717
[component.settings.example]

0 commit comments

Comments
 (0)