Skip to content

Commit b93f02e

Browse files
committed
Validate against target environments during build
Signed-off-by: itowlson <[email protected]>
1 parent 4223521 commit b93f02e

File tree

19 files changed

+1571
-238
lines changed

19 files changed

+1571
-238
lines changed

Cargo.lock

+216-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ spin-app = { path = "crates/app" }
5555
spin-build = { path = "crates/build" }
5656
spin-common = { path = "crates/common" }
5757
spin-doctor = { path = "crates/doctor" }
58+
spin-environments = { path = "crates/environments" }
5859
spin-factor-outbound-networking = { path = "crates/factor-outbound-networking" }
5960
spin-http = { path = "crates/http" }
6061
spin-loader = { path = "crates/loader" }

crates/build/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ edition = { workspace = true }
88
anyhow = { workspace = true }
99
serde = { workspace = true }
1010
spin-common = { path = "../common" }
11+
spin-environments = { path = "../environments" }
1112
spin-manifest = { path = "../manifest" }
1213
subprocess = "0.2"
1314
terminal = { path = "../terminal" }

0 commit comments

Comments
 (0)