ci(release): clarify Switch hard-fail vs path-gated PR CI

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Andrew Quenehen
2026-08-02 21:53:19 -03:00
parent cf50976d65
commit 95eb1c3a35
2 changed files with 9 additions and 3 deletions
+5 -2
View File
@@ -200,8 +200,11 @@ jobs:
- name: Build Switch
run: |
set -euo pipefail
# Fused NRO; needs native switch-tools (nacptool/elf2nro) and/or
# Docker on the Mac self-hosted runner; see docs/switch-build.md.
# Hard-fail gate: Switch ships with every release (never soft-fail).
# PR CI is path-gated (ubuntu selftest + canonical fused); release
# always builds Switch regardless of which files changed.
# Needs native switch-tools (nacptool/elf2nro) and/or Docker on the
# Mac self-hosted runner; see docs/switch-build.md.
scripts/build_switch.sh --fetch --fused \
--version "${{ steps.ver.outputs.version }}"