Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -14,11 +14,11 @@ async fn main() -> eyre::Result<()> {
|
||||
.with_os(Os::Linux)
|
||||
.with_apt(&["libssl-dev", "libz-dev", "libpq-dev", "protobuf-compiler"])
|
||||
.with_apt_release(&["libssl-dev", "libz-dev", "libpq-dev"])
|
||||
.with_cuddle_file(&cuddle_file)
|
||||
.with_apt_ca_certificates()
|
||||
.with_crates(["crates/*"])
|
||||
.with_workspace_crates()
|
||||
.await
|
||||
.with_mold("2.3.3")
|
||||
.with_bin_name(cuddle_file.vars.service)
|
||||
.with_deployment(false)
|
||||
.to_owned();
|
||||
|
||||
let cuddle_please = &cuddle_please::CuddlePlease::new(client.clone());
|
||||
|
Reference in New Issue
Block a user