From 29680c317a7f2a6d18d14ed7e4c98661d8815031 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Sun, 17 Aug 2025 17:31:22 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fb1065c..455c6bd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,15 +54,7 @@ stages: ################################### DESKTOPS ################################# # Linux 64-bit libretro-build-linux-x64: - image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:latest - before_script: - - export NUMPROC=$(($(nproc)/5)) - - sudo apt-get update -qy - - sudo apt-get install -qy software-properties-common - - sudo add-apt-repository -y ppa:savoury1/build-tools - - sudo add-apt-repository -y ppa:savoury1/gcc-defaults-12 - - sudo apt-get update -qy - - sudo apt-get install -qy cmake gcc-12 g++-12 + image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:backports variables: CC: /usr/bin/gcc-12 CXX: /usr/bin/g++-12 @@ -106,13 +98,9 @@ android-arm64-v8a: extends: - .libretro-android-cmake-arm64-v8a - .core-defs - before_script: - - export NUMPROC=$(($(nproc)/5)) - - export ANDROID_NDK_VERSION=26.2.11394342 - - export NDK_ROOT=/android-sdk-linux/ndk/$ANDROID_NDK_VERSION - - /android-sdk-linux/cmdline-tools/latest/bin/sdkmanager "ndk;$ANDROID_NDK_VERSION" - - /android-sdk-linux/cmdline-tools/latest/bin/sdkmanager "cmake;3.30.3" - - export PATH=/android-sdk-linux/cmake/3.30.3/bin:$PATH + variables: + ANDROID_NDK_VERSION: 26.2.11394342 + NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION # Android 64-bit x86 # android-x86_64: