Skip to content

Commit b045a3a

Browse files
committed
Disabled Switch due to build failures
1 parent ff18b3d commit b045a3a

2 files changed

Lines changed: 20 additions & 15 deletions

File tree

.yamato/console-standalone-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ console_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
6060
SHADER_COMPILER_PATH: '${SCE_PROSPERO_SDK_DIR}\target\bins'
6161
SCE_ROOT_DIR: 'C:\Program Files (x86)\SCE'
6262
# Switch related
63-
NINTENDO_SDK_ROOT: 'C:\Nintendo\nx_sdk-21_4_3\NintendoSDK'
63+
NINTENDO_SDK_ROOT: 'C:\Nintendo\nx_sdk-18_3_0\NintendoSDK'
6464
UNITY_NINTENDOSDK_CLI_TOOLS: '${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
6565
artifacts:
6666
players:
@@ -99,7 +99,7 @@ console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
9999
SHADER_COMPILER_PATH: '${SCE_PROSPERO_SDK_DIR}\target\bins'
100100
SCE_ROOT_DIR: 'C:\Program Files (x86)\SCE'
101101
# Switch related
102-
NINTENDO_SDK_ROOT: 'C:\Nintendo\nx_sdk-21_4_3\NintendoSDK'
102+
NINTENDO_SDK_ROOT: 'C:\Nintendo\nx_sdk-18_3_0\NintendoSDK'
103103
UNITY_NINTENDOSDK_CLI_TOOLS: '${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
104104
artifacts:
105105
logs:

.yamato/project.metafile

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,17 @@ test_platforms:
117117
# flavor: b1.large
118118
# larger_flavor: b1.xlarge
119119
# standalone: PS5
120-
- name: switch
121-
type: Unity::VM
122-
image: package-ci/win10-switch:v4
123-
flavor: b1.large
124-
larger_flavor: b1.xlarge
125-
standalone: Switch
120+
# - name: switch --> TEMPORARILY DISABLED. SEE MTT-12118
121+
# The NintendoSDK on the win10-switch:v4 Bokken image is incomplete for the SDK
122+
# version the newer editor Playback Engines require: 18_3_0 is missing the
123+
# nintendo-switch-support lib the new toolchain links against, and 21_4_3 is missing the
124+
# Tools\Graphics\NvnTools (GraphicsConverter) libraries needed to package textures.
125+
# Neither is fixable from .yamato; re-enable once Package CI ships a complete SDK on the image.
126+
# type: Unity::VM
127+
# image: package-ci/win10-switch:v4
128+
# flavor: b1.large
129+
# larger_flavor: b1.xlarge
130+
# standalone: Switch
126131
- name: GameCoreXboxOne
127132
type: Unity::VM
128133
image: package-ci/win10-xbox:v4
@@ -148,13 +153,13 @@ test_platforms:
148153
# flavor: b1.large
149154
# larger_flavor: b1.xlarge
150155
# standalone: PS5
151-
- name: switch
152-
type: Unity::console::switch
153-
image: package-ci/win10-switch:v4
154-
flavor: b1.large
155-
larger_flavor: b1.xlarge
156-
standalone: Switch
157-
base: win
156+
# - name: switch --> TEMPORARILY DISABLED. SEE MTT-12118 (incomplete NintendoSDK on win10-switch:v4 image)
157+
# type: Unity::console::switch
158+
# image: package-ci/win10-switch:v4
159+
# flavor: b1.large
160+
# larger_flavor: b1.xlarge
161+
# standalone: Switch
162+
# base: win
158163
- name: GameCoreXboxOne
159164
type: Unity::console::xbox
160165
image: package-ci/win10-xbox:v4

0 commit comments

Comments
 (0)