feat: Embed build scripts and extract into temp dir for build (#516)
This decouples the need for a published image for the bulid scripts and will now embed them into the binary instead. This will make it so that anyone that forks the CLI is able to make adjustments to the build scripts and use them immediately. This will be needed for testing #515
This commit is contained in:
parent
2149a75760
commit
a7d862abf0
17 changed files with 266 additions and 154 deletions
|
|
@ -107,6 +107,7 @@ tempfile.workspace = true
|
|||
tokio.workspace = true
|
||||
bon.workspace = true
|
||||
users.workspace = true
|
||||
rust-embed = { version = "8.7.2", features = ["debug-embed", "compression", "deterministic-timestamps"] }
|
||||
|
||||
[features]
|
||||
# Top level features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue