From 6f03357c88186d32f1a79be474fc7e1c637b4d24 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Tue, 16 Feb 2021 16:30:51 +0000 Subject: [PATCH] Bug 1692400: Update pip before using it r=glandium This enables us to get a wheel for python cryptography instead of building it ourselves, which breaks because we don't have a rust compiler. Differential Revision: https://phabricator.services.mozilla.com/D105060 --- taskcluster/docker/updatebot/privileged-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/docker/updatebot/privileged-setup.sh b/taskcluster/docker/updatebot/privileged-setup.sh index d06dafc88838..a231cfdd7b60 100755 --- a/taskcluster/docker/updatebot/privileged-setup.sh +++ b/taskcluster/docker/updatebot/privileged-setup.sh @@ -58,6 +58,7 @@ cd /builds/worker/ chown -R worker:worker . chown -R worker:worker .* +python3 -m pip install -U pip python3 -m pip install poetry rm -rf /setup \ No newline at end of file