Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
6a47528f11
commit
ac435a843e
@ -256,7 +256,7 @@ impl RustService {
|
|||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
let base = self.run_stage(before_build, base).await?;
|
let base = self.run_stage(before_build, base).await?;
|
||||||
|
|
||||||
base.export("export.tar").await?;
|
//base.export("export.tar").await?;
|
||||||
|
|
||||||
let binary_build =
|
let binary_build =
|
||||||
base.with_exec(vec!["cargo", "build", "--release", "--bin", &self.bin_name]);
|
base.with_exec(vec!["cargo", "build", "--release", "--bin", &self.bin_name]);
|
||||||
|
Loading…
Reference in New Issue
Block a user