Bug 1401504 Fix balrog platform used for linux32 lookups r=jlorenzo

MozReview-Commit-ID: 5sFW4qxj4dU

--HG--
extra : rebase_source : 194926a02f480fdb4a9a6bc1640e71e17939358c
This commit is contained in:
Simon Fraser 2017-09-20 12:06:45 +01:00
Родитель 5520fd7eb2
Коммит 15bba4374e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -22,6 +22,9 @@ BALROG_PLATFORM_MAP = {
"linux": [
"Linux_x86-gcc3"
],
"linux32": [
"Linux_x86-gcc3"
],
"linux64": [
"Linux_x86_64-gcc3"
],