mirror of https://github.com/mamba-org/mamba.git
Merge 359c8bef82
into 4185322d51
This commit is contained in:
commit
0304930223
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue