1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

change wiiu to use new wiiu build container

This commit is contained in:
Nathan Strong 2020-12-28 21:43:17 -08:00
parent 71efd8ae6e
commit a113507872

View File

@ -337,7 +337,7 @@ build-static-retroarch-dummy-ctr:
- "cp -f gfx/video_filters/*.filt ${MEDIA_PATH}/${CI_PROJECT_NAME}/filters/video"
build-static-retroarch-wiiu:
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-devkitpro:latest
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-wiiu:latest
stage: prepare-for-static-cores
before_script:
- export NUMPROC=$(($(nproc)/3))