Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -407,14 +407,6 @@ pub async fn base_rust_image(
|
||||
_ => eyre::bail!("architecture not supported"),
|
||||
};
|
||||
let rust_build_image = client
|
||||
// .container_opts(QueryContainerOpts {
|
||||
// id: None,
|
||||
// platform: Some(
|
||||
// platform
|
||||
// .map(|p| Platform(p))
|
||||
// .unwrap_or(client.default_platform().await?),
|
||||
// ),
|
||||
// })
|
||||
.container()
|
||||
.from(
|
||||
args.rust_builder_image
|
||||
@@ -465,7 +457,7 @@ pub async fn base_rust_image(
|
||||
)
|
||||
.with_directory(
|
||||
//format!("/mnt/src/target/{}/release/build", rust_target),
|
||||
"target/",
|
||||
"target",
|
||||
//rust_prebuild.id().await?,
|
||||
incremental_dir.id().await?,
|
||||
)
|
||||
|
Reference in New Issue
Block a user