Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Sep 5, 2024
1 parent 127074f commit 9d3f5a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extractor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ async fn create_prefix(channel_dir: &Path, target_prefix: &Path, cache_dir: &Pat
cache_dir.display()
);
// extract packages to cache
tracing::info!("Creating cache with {} packages", packages.len());
let package_cache = PackageCache::new(cache_dir);

let repodata_records: Vec<RepoDataRecord> = stream::iter(packages)
Expand Down Expand Up @@ -195,7 +194,6 @@ async fn create_prefix(channel_dir: &Path, target_prefix: &Path, cache_dir: &Pat
.await?;

// Invariant: all packages are in the cache
tracing::info!("Installing {} packages", repodata_records.len());
let installer = Installer::default();
installer
.with_package_cache(package_cache)
Expand Down

0 comments on commit 9d3f5a1

Please sign in to comment.