From 7eff24706bb23b764f96f9df361e2afd797c47a0 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Wed, 19 Nov 2025 07:28:57 -0800 Subject: [PATCH] add wii usa 1.0 to ci (#2823) --- .github/workflows/build.yml | 2 +- configure.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97e40b851ba..3ed714829c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - version: [GZ2E01, GZ2P01, GZ2J01, Shield, ShieldD] + version: [GZ2E01, GZ2P01, GZ2J01, RZDE01_00, Shield, ShieldD] steps: # Checkout the repository diff --git a/configure.py b/configure.py index 111ebf04c2f..57683505333 100755 --- a/configure.py +++ b/configure.py @@ -187,7 +187,7 @@ if not config.non_matching: # Tool versions config.binutils_tag = "2.42-1" -config.compilers_tag = "20250812" +config.compilers_tag = "20251118" config.dtk_tag = "v1.6.2" config.objdiff_tag = "v3.0.1" config.sjiswrap_tag = "v1.2.2" @@ -400,7 +400,7 @@ def MWVersion(cfg_version: str | None) -> str: # This was probably a change made in some compiler version in the early days of transitioning GC to Wii development, # but we don't have that version. GC/3.0a3 appears to have the best overall codegen of any available GC/Wii compiler # However GC/3.0a5 is required for the linker version, GC/3.0a3 won't work. - return "GC/3.0a3t" + return "GC/3.0a3p1" case "ShieldD": return "Wii/1.0" case "Shield":