From f719f6af1e0aeeb4a9b05a6dba1bf1b4cf107dfa Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Mon, 13 Jan 2020 14:07:21 +0000 Subject: [PATCH] Bug 1608753 - download the correct lucet package in bootstrap; r=emilio We renamed the toolchain task in bug 1608428 and we forgot to update bootstrap along with the renaming. Differential Revision: https://phabricator.services.mozilla.com/D59699 --HG-- extra : moz-landing-system : lando --- python/mozboot/mozboot/lucetc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozboot/mozboot/lucetc.py b/python/mozboot/mozboot/lucetc.py index 432b6dc84421..7771e845ed7d 100644 --- a/python/mozboot/mozboot/lucetc.py +++ b/python/mozboot/mozboot/lucetc.py @@ -4,4 +4,4 @@ from __future__ import absolute_import, print_function, unicode_literals -LINUX_LUCETC = 'lucetc' +LINUX_LUCETC = 'linux64-lucetc'