HomeSoftware Heritage

jobs/swh-environment: Mitigate backtracking issue with new pip resolver

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

jobs/swh-environment: Mitigate backtracking issue with new pip resolver

pip 20.3 just got released and set its new resolver as default.

However it does not seem stable enough yet as the pip command to install swh
dependencies now ends up executing a really long package backtracking process
that makes the swh-environment Jenkins job timeout.

Until this got sorted out by pip developers, workaround the issue by splitting
out the pip command into multiple ones (one by swh package).

Details

Provenance
anlambertAuthored on Dec 2 2020, 2:42 PM
anlambertPushed on Dec 4 2020, 11:13 AM
Differential Revision
D4648: jobs/swh-environment: Mitigate backtracking issue with new pip resolver

Commit No Longer Exists

This commit no longer exists in the repository.