gecko-dev/taskcluster/docker/diffoscope
Mike Hommey 244fd3bd68 Bug 1620936 - Avoid creating a virtualenv when running unpack for diffoscope. r=froydnj
Creating the virtualenv prints an error message in the diffoscope docker
image because it doesn't have a compiler or the python development
headers, and that triggers an error setting up psutil after bug 1620513,
which in turn leads to a noisy and unrelated error message appearing in
the diffoscope jobs when they fail.

We don't need psutil set up really in those jobs, let alone a full
fledged virtualenv, so we can avoid the psutil error message by
disabling the virtualenv.

Differential Revision: https://phabricator.services.mozilla.com/D66361

--HG--
extra : moz-landing-system : lando
2020-03-11 12:05:46 +00:00
..
Dockerfile Bug 1598186 - Upgrade diffoscope to a more recent version. r=froydnj 2019-11-21 15:03:56 +00:00
get_and_diffoscope Bug 1620936 - Avoid creating a virtualenv when running unpack for diffoscope. r=froydnj 2020-03-11 12:05:46 +00:00