From fe694b8f96cfea0546ecb809cf4a1c9cc4c25120 Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Sun, 1 Aug 2021 14:14:57 +1000 Subject: [PATCH] (WiiU) Use -wiiu build image rather than -devkitpro for salamander A modern devkitPPC causes broken binaries at the moment, and recent changes to the wiiu image (wiiurpxtool) are missing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70f5fdb337..6dfa43009c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -783,7 +783,7 @@ build-static-retroarch-wiiu: - "mv .retroarch-precompiled/ retroarch-precompiled/" build-static-retroarch-dummy-wiiu: - image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-devkitpro:latest + image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-wiiu:latest stage: build variables: MEDIA_PATH: .media