Skip to content

Commit

Permalink
[unity]unity ut换成v8_9.4.146.24,并且使用strip后的v8_9.4.146.24库
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Oct 9, 2024
1 parent f4cf4d5 commit 2d7b6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions unity/cli/backends.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
}
},
"v8_9.4.146.24": {
"url": "https://github.com/puerts/backend-v8/releases/download/V8_9.4.146.24__240927/v8_bin_9.4.146.24.tgz",
"url": "https://github.com/puerts/backend-v8/releases/download/V8_9.4.146.24__241009/v8_bin_9.4.146.24.tgz",
"config": {
"definition": [
"V8_94_OR_NEWER"
Expand Down Expand Up @@ -453,7 +453,7 @@
}
},
"mult": {
"url": "https://github.com/puerts/backend-mult/releases/download/MULT_241008/mult_backends.tgz",
"url": "https://github.com/puerts/backend-mult/releases/download/MULT_241009/mult_backends.tgz",
"config": {
"definition": [
"V8_94_OR_NEWER"
Expand Down
4 changes: 2 additions & 2 deletions unity/cli/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export async function unityTest(cwd, unityPath) {
rm("-rf", join(cwd, '../../Assets/core/upm/Plugins/puerts_il2cpp'));
console.log("[Puer] Building puerts v1");
await runPuertsMake(join(cwd, '../../native_src'), {
backend: 'nodejs_16',
backend: 'v8_9.4.146.24',
platform: platform,
config: 'Debug',
arch: 'x64',
Expand Down Expand Up @@ -213,7 +213,7 @@ export async function unityTest(cwd, unityPath) {
rm("-rf", `${cwd}/Library/ScriptAssemblies`);

await runPuertsMake(join(cwd, '../../native_src_il2cpp'), {
backend: 'nodejs_16',
backend: 'v8_9.4.146.24',
platform: platform,
config: 'Debug',
arch: 'x64',
Expand Down

0 comments on commit 2d7b6e0

Please sign in to comment.