commit f978c84688549a1e1325d9c3d690df32294695e7 parent f4a3d0ee0ef02a219e56ec5a2ee550b41b0de847 Author: Marco Castelluccio <mcastelluccio@mozilla.com> Date: Tue, 25 Nov 2025 16:16:49 +0000 Bug 1861626 - Install rtoml in the decision task image. r=taskgraph-reviewers,jmaher,releng-reviewers,ahal Differential Revision: https://phabricator.services.mozilla.com/D273793 Diffstat:
| M | taskcluster/docker/decision/system-setup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taskcluster/docker/decision/system-setup.sh b/taskcluster/docker/decision/system-setup.sh @@ -11,7 +11,7 @@ apt-get install \ python3-yaml \ python3-pip -pip install --break-system-packages --disable-pip-version-check --quiet --no-cache-dir orjson==3.10.15 +pip install --break-system-packages --disable-pip-version-check --quiet --no-cache-dir orjson==3.10.15 rtoml==0.13.0 apt-get remove --purge python3-pip apt-get autoremove --purge