Skip to content

Commit 114d590

Browse files
committed
corrected ticket description
1 parent 55c116b commit 114d590

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.yamato/console-standalone-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ console_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5858
SCE_PROSPERO_SDK_DIR: 'C:\Program Files (x86)\SCE\Prospero SDKs\13.000'
5959
SHADER_COMPILER_PATH: '${SCE_PROSPERO_SDK_DIR}\host_tools\bin'
6060
SCE_ROOT_DIR: 'C:\Program Files (x86)\SCE'
61-
# Switch related --> Switch is DISABLED in project.metafile (MTT-12118): 6000.x/trunk editors mandate NintendoSDK 22.2.x, which is not installed on win10-switch:v4 (only nintendosdk-en-21_4_0 is). This target path is correct for when PETS ships 22.2.x and Switch is re-enabled.
61+
# Switch related --> Switch is DISABLED in project.metafile (MTT-15636): 6000.x/trunk editors mandate NintendoSDK 22.2.x, which is not installed on win10-switch:v4 (only nintendosdk-en-21_4_0 is). This target path is correct for when PETS ships 22.2.x and Switch is re-enabled.
6262
NINTENDO_SDK_ROOT: 'C:\Nintendo\nintendosdk-en-22_2_0\NintendoSDK'
6363
UNITY_NINTENDOSDK_CLI_TOOLS: '${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
6464
artifacts:
@@ -97,7 +97,7 @@ console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
9797
SCE_PROSPERO_SDK_DIR: 'C:\Program Files (x86)\SCE\Prospero SDKs\13.000'
9898
SHADER_COMPILER_PATH: '${SCE_PROSPERO_SDK_DIR}\host_tools\bin'
9999
SCE_ROOT_DIR: 'C:\Program Files (x86)\SCE'
100-
# Switch related --> Switch is DISABLED in project.metafile (MTT-12118): 6000.x/trunk editors mandate NintendoSDK 22.2.x, which is not installed on win10-switch:v4 (only nintendosdk-en-21_4_0 is). This target path is correct for when PETS ships 22.2.x and Switch is re-enabled.
100+
# Switch related --> Switch is DISABLED in project.metafile (MTT-15636): 6000.x/trunk editors mandate NintendoSDK 22.2.x, which is not installed on win10-switch:v4 (only nintendosdk-en-21_4_0 is). This target path is correct for when PETS ships 22.2.x and Switch is re-enabled.
101101
NINTENDO_SDK_ROOT: 'C:\Nintendo\nintendosdk-en-22_2_0\NintendoSDK'
102102
UNITY_NINTENDOSDK_CLI_TOOLS: '${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
103103
artifacts:

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ test_platforms:
118118
flavor: b1.large
119119
larger_flavor: b1.xlarge
120120
standalone: PS5
121-
# switch --> DISABLED. SEE MTT-12118. 6000.x/trunk editors mandate NintendoSDK 22.2.x, but package-ci/win10-switch:v4 currently ships only nintendosdk-en-21_4_0. That fixes texture packaging but the native IL2CPP link then fails (undefined symbol std::__1::__hash_memory, from the 22_02 SwitchPlayer.a). Re-enable once PETS publishes a win10-switch image with nintendosdk-en-22_2_x.
121+
# switch --> DISABLED. SEE MTT-15636 (split from MTT-12118). 6000.x/trunk editors mandate NintendoSDK 22.2.x, but package-ci/win10-switch:v4 currently ships only nintendosdk-en-21_4_0. That fixes texture packaging but the native IL2CPP link then fails (undefined symbol std::__1::__hash_memory, from the 22_02 SwitchPlayer.a). Re-enable once PETS publishes a win10-switch image with nintendosdk-en-22_2_x.
122122
# - name: switch
123123
# type: Unity::VM
124124
# image: package-ci/win10-switch:v4
@@ -150,7 +150,7 @@ test_platforms:
150150
flavor: b1.large
151151
larger_flavor: b1.xlarge
152152
standalone: PS5
153-
# switch --> DISABLED. SEE MTT-12118 (needs NintendoSDK 22.2.x on the image; see console_build note).
153+
# switch --> DISABLED. SEE MTT-15636 (needs NintendoSDK 22.2.x on the image; see console_build note).
154154
# - name: switch
155155
# type: Unity::console::switch
156156
# image: package-ci/win10-switch:v4

0 commit comments

Comments
 (0)