Skip to content

Commit 8e7c0af

Browse files
committed
spin build: build inline components
Signed-off-by: itowlson <[email protected]>
1 parent 5bb2ca9 commit 8e7c0af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/build/src/manifest.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ pub async fn component_build_configs(
2121
}
2222

2323
fn build_configs_from_manifest(
24-
manifest: spin_manifest::schema::v2::AppManifest,
24+
mut manifest: spin_manifest::schema::v2::AppManifest,
2525
) -> Vec<ComponentBuildInfo> {
26+
spin_manifest::normalize::normalize_manifest(&mut manifest);
27+
2628
manifest
2729
.components
2830
.into_iter()

0 commit comments

Comments
 (0)