build: update codespace on-create-command (#47810)

build: update codespace on-create-command
This commit is contained in:
Shelley Vohr 2025-07-18 10:01:49 +02:00 committed by GitHub
commit a29a72c3ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,13 +58,13 @@ if [ ! -f $buildtools/configs/evm.testing.json ]; then
}, },
\"\$schema\": \"file:///home/builduser/.electron_build_tools/evm-config.schema.json\", \"\$schema\": \"file:///home/builduser/.electron_build_tools/evm-config.schema.json\",
\"configValidationLevel\": \"strict\", \"configValidationLevel\": \"strict\",
\"reclient\": \"$1\", \"remoteBuild\": \"reclient\",
\"preserveXcode\": 5 \"preserveSDK\": 5
} }
" >$buildtools/configs/evm.testing.json " >$buildtools/configs/evm.testing.json
} }
write_config remote_exec write_config
e use testing e use testing
else else