Skip to content

Conversation

@bofeng-song
Copy link
Contributor

No description provided.

@bofeng-song bofeng-song closed this Jan 5, 2026
@bofeng-song bofeng-song reopened this Jan 5, 2026
This reverts commit a4fc3a8.
This reverts commit 1539ef6.
Comment on lines 182 to 189
console.log(`clone branch: ${branch}`);
this.execCommand(`git clone --branch ${branch} ${repo} ${targetDir}`);
} else if (tag) {
console.log(`切换到标签: ${tag}`);
this.execCommand(`git checkout ${tag}`, targetDir);
console.log(`clone tag: ${tag}`);
this.execCommand(`git clone --branch ${tag} --depth 1 ${repo} ${targetDir}`);
} else {
console.log(`clone repository without specific branch or tag`);
this.execCommand(`git clone ${repo} ${targetDir}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Speed up github action by reducing cloning time.

{
"engine": {
"repo": "git@github.com:cocos/cocos4.git",
"repo": "https://github.com/cocos/cocos4.git",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot use ssh on github action

@star-e star-e requested a review from wuzhiming January 6, 2026 06:24
it('查询 internal 目录下 ccType = cc.SceneAsset 资源', async () => {
const allScenes = await assetManager.queryAssetInfos({ ccType: 'cc.SceneAsset', pattern: 'db://internal/**/*' });
expect(allScenes.length).toBe(3);
expect(allScenes.length).toBe(6);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Internal scenes increased to 6.

console.log(`开始构建${forceUpdate ? ' (强制更新)' : ''}...`);
// compiler engine
await utils.runCommand('node', ['./workflow/compiler-engine.js', forceFlag].filter(Boolean));
await utils.runCommand('node', ['--max-old-space-size=8192', './workflow/compiler-engine.js', forceFlag].filter(Boolean));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix node out of memory when compiling engine.

@star-e
Copy link
Contributor

star-e commented Jan 6, 2026

Fix #361 tag v3.8.8-2

@star-e star-e closed this Jan 6, 2026
@star-e star-e reopened this Jan 6, 2026
Removed HTTP and HTTPS proxy input configurations from the setup action.
@bofeng-song bofeng-song closed this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants