Skip to content

Commit

Permalink
Update build_and_update_addons.py
Browse files Browse the repository at this point in the history
Sync 5
  • Loading branch information
zach-morris authored Aug 18, 2023
1 parent f17c564 commit 1f9aace
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build_and_update_addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
]

#To be updated based on what works and what doesn't at some point at the platform level
script_settings['buildbot_settings']['dont_install_these_cores'] = [script_settings['ignore_these_cores_common']+['mame_libretro'], #OSX x86_64
script_settings['buildbot_settings']['dont_install_these_cores'] = [script_settings['ignore_these_cores_common'], #OSX x86_64
# [x for x in script_settings['all_cores_common'] if x not in script_settings['android_cores_test']], #Android 64
# [x for x in script_settings['all_cores_common'] if x not in script_settings['android_cores_test']], #Android v7a
script_settings['ignore_these_cores_common']+['mame_libretro'], #Android 64
script_settings['ignore_these_cores_common']+['mame_libretro'], #Android v7a
script_settings['ignore_these_cores_common']+['mame_libretro'], #Linux x86_64
script_settings['ignore_these_cores_common']+['mame_libretro'], #Windows x86, MAME is too big for github
script_settings['ignore_these_cores_common']+['mame_libretro'], #Windows x86_64, MAME is too big for github
script_settings['ignore_these_cores_common'], #Android 64
script_settings['ignore_these_cores_common'], #Android v7a
script_settings['ignore_these_cores_common'], #Linux x86_64
script_settings['ignore_these_cores_common'], #Windows x86
script_settings['ignore_these_cores_common'], #Windows x86_64
# [x for x in script_settings['all_cores_common'] if x not in script_settings['cores_test']], #LE x86_64
# [x for x in script_settings['all_cores_common'] if x not in script_settings['cores_test']], #LE ARMHF, MAME is too big for github
script_settings['ignore_these_cores_common']+['mame_libretro'], #LE x86_64
script_settings['ignore_these_cores_common']+['mame_libretro'], #LE ARMHF, MAME is too big for github
# [x for x in script_settings['all_cores_common'] if x not in script_settings['cores_test']], #LE ARMHF
script_settings['ignore_these_cores_common'], #LE x86_64
script_settings['ignore_these_cores_common'], #LE ARMHF
]

script_settings['buildbot_settings']['build_platform_addons'] = [True,
Expand Down Expand Up @@ -337,4 +337,4 @@
for fff in ffiles:
if os.stat(fff).st_size > 9.9e+7:
print('Warning! The following file is too big %(zip_file)s' % {'zip_file': fff})
print('Done!')
print('Done!')

0 comments on commit 1f9aace

Please sign in to comment.