This commit is contained in:
Klaim (Joël Lamotte) 2025-07-31 03:48:07 +02:00 committed by GitHub
commit 0304930223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ namespace mamba
: solver::libsolv::RepodataParser::Libsolv; : solver::libsolv::RepodataParser::Libsolv;
// Solv files are too slow on Windows. // Solv files are too slow on Windows.
if (!util::on_win) //if (!util::on_win)
{ {
auto maybe_repo = subdir.valid_libsolv_cache_path().and_then( auto maybe_repo = subdir.valid_libsolv_cache_path().and_then(
[&](fs::u8path&& solv_file) [&](fs::u8path&& solv_file)
@ -114,7 +114,7 @@ namespace mamba
.transform( .transform(
[&](solver::libsolv::RepoInfo&& repo) -> solver::libsolv::RepoInfo [&](solver::libsolv::RepoInfo&& repo) -> solver::libsolv::RepoInfo
{ {
if (!util::on_win) //if (!util::on_win)
{ {
database database
.native_serialize_repo( .native_serialize_repo(