From 2c79f655f0389d005483e830be4baf8d046ed447 Mon Sep 17 00:00:00 2001 From: WizzardSK <42868978+WizzardSK@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:32:52 +0200 Subject: [PATCH] ci: turn the Android x86 job back on It builds. mamearcade for android-x86 links a 249 MB ELF 32-bit i386 shared object with the current NDK, on the same platform= line the other three ABIs use. --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7c24175fcdb8..258897bb8cc4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -244,19 +244,19 @@ android-x86_64: - /^libretro/mame.*$/ # Android x86 -#android-x86: -# extends: -# - .libretro-android-make-x86 -# - .core-defs -# variables: -# TARGET: mame -# SUBTARGET: arcade -# CORENAME: mamearcade -# cache: -# <<: *global_cache -# only: -# - master -# - /^libretro/mame.*$/ +android-x86: + extends: + - .libretro-android-make-x86 + - .core-defs + variables: + TARGET: mame + SUBTARGET: arcade + CORENAME: mamearcade + cache: + <<: *global_cache + only: + - master + - /^libretro/mame.*$/ # iOS libretro-build-ios-arm64: