зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1312476 - Update paths for x86 android artifact builds r=sebastian
MozReview-Commit-ID: 3NLluk5mU9g --HG-- extra : rebase_source : 86b30c5e2899e2d15e26199323f3aee0b9211391
This commit is contained in:
Родитель
b3a0669843
Коммит
c2e769ff54
|
@ -439,7 +439,7 @@ JOB_DETAILS = {
|
|||
None)),
|
||||
'android-api-15-debug': (AndroidArtifactJob, ('public/build/target.apk',
|
||||
None)),
|
||||
'android-x86': (AndroidArtifactJob, ('public/build/fennec-(.*)-i386\.apk',
|
||||
'android-x86-opt': (AndroidArtifactJob, ('public/build/target.apk',
|
||||
None)),
|
||||
'linux-opt': (LinuxArtifactJob, ('public/build/firefox-(.*)\.linux-i686\.tar\.bz2',
|
||||
'public/build/firefox-(.*)\.common\.tests\.zip')),
|
||||
|
@ -806,7 +806,7 @@ class Artifacts(object):
|
|||
|
||||
if self._substs.get('MOZ_BUILD_APP', '') == 'mobile/android':
|
||||
if self._substs['ANDROID_CPU_ARCH'] == 'x86':
|
||||
return 'android-x86'
|
||||
return 'android-x86-opt'
|
||||
return 'android-api-15' + target_suffix
|
||||
|
||||
target_64bit = False
|
||||
|
|
Загрузка…
Ссылка в новой задаче