diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-19 07:28:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 17:28:57 +0200 |
| commit | 7eff24706bb23b764f96f9df361e2afd797c47a0 (patch) | |
| tree | 125c6f85cb28cbd2b00395ae0a850fc88b480c76 | |
| parent | 7f863c069b80b09c54133052efeb5e4a5f3c04b8 (diff) | |
add wii usa 1.0 to ci (#2823)
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rwxr-xr-x | configure.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97e40b851b..3ed714829c 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 111ebf04c2..5768350533 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": |
