Skip to content

Commit

Permalink
Merge pull request #4549 from cgwalters/bump-ostree-ext
Browse files Browse the repository at this point in the history
Bump to ostree-ext 0.11.5
  • Loading branch information
jmarrero authored Aug 25, 2023
2 parents 48d4626 + 594d3fb commit 295d1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/src/sysroot_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ async fn pull_container_async(
output_message(&format!("Pulling manifest: {}", &imgref));
let config = default_container_pull_config(imgref)?;
let mut imp = ImageImporter::new(repo, imgref, config).await?;
imp.require_bootable();
let layer_progress = imp.request_progress();
let prep = match imp.prepare().await? {
PrepareResult::AlreadyPresent(r) => return Ok(r.into()),
Expand Down

0 comments on commit 295d1ad

Please sign in to comment.