hides 64-bit fw compilation for moonlight/tgc_vp and disables it in jenkin pipeline

This commit is contained in:
2025-07-25 12:21:02 +02:00
parent f46a211a8d
commit a5cf27744a
2 changed files with 31 additions and 11 deletions

View File

@@ -83,10 +83,12 @@
},
{
"name": "Moonlight_Debug_64",
"hidden": true,
"inherits": ["moonlight", "debug", "64imc"]
},
{
"name": "TGC_VP_Debug_64",
"hidden": true,
"inherits": ["tgc_vp", "debug", "64imc"]
},
{
@@ -102,15 +104,17 @@
"inherits": ["tgc_vp", "release", "32imc"]
},
{
"name": "ISS_Release_64",
"name": "ISS_Release_64",
"inherits": ["iss", "release", "64imc"]
},
{
"name": "Moonlight_Release_64",
"hidden": true,
"inherits": ["moonlight", "release", "64imc"]
},
{
"name": "TGC_VP_Release_64",
"hidden": true,
"inherits": ["tgc_vp", "release", "64imc"]
}