feat: with offline mode
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-11-25 14:00:17 +01:00
parent cdd13283e0
commit e29615cb05
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -113,6 +113,7 @@ impl RustBuild {
.await?; .await?;
let bin = build_container let bin = build_container
.with_env_variable("SQLX_OFFLINE", "true")
.with_exec(vec!["cargo", "clean"]) .with_exec(vec!["cargo", "clean"])
.with_exec(vec![ .with_exec(vec![
"cargo", "cargo",