Skip to content

Conversation

@gengjiawen
Copy link
Member

prevent regression like #38335

@github-actionsgithub-actionsbot added the meta Issues and PRs related to the general management of the project. label May 6, 2021
@gengjiawengengjiawen added the wip Issues and PRs that are still a work in progress. label May 16, 2021
@gengjiawengengjiawen linked an issue May 16, 2021 that may be closed by this pull request
@targos
Copy link
Member

The workflow fails early:

Run python configure.py --enable-lto && make -C out/Release v8_snapshot INFO: configure completed successfully make: *** out/Release: No such file or directory. Stop. Error: Process completed with exit code 2. 

@gengjiawen
Copy link
MemberAuthor

The workflow fails early:

Run python configure.py --enable-lto && make -C out/Release v8_snapshot INFO: configure completed successfully make: *** out/Release: No such file or directory. Stop. Error: Process completed with exit code 2. 

Yeap. Mainly to verify this #38570 (comment).

From feedback, it looks like it's a bug in gcc 9.3 .

@gengjiawengengjiawenforce-pushed the lto_test branch 6 times, most recently from bd8f423 to f396bdeCompareMay 24, 2021 04:11
@gengjiawengengjiawen removed the wip Issues and PRs that are still a work in progress. label May 24, 2021
@gengjiawengengjiawenforce-pushed the lto_test branch 2 times, most recently from 86ddf3a to 8df9eb4CompareMay 27, 2021 01:57
@targos
Copy link
Member

I'm not sure it's worth spending >100 min of computing power on every commit for this :(

@gengjiawen
Copy link
MemberAuthor

I'm not sure it's worth spending >100 min of computing power on every commit for this :(

Is there a way only run it in tag release ?

@gengjiawen
Copy link
MemberAuthor

Landed in ef4bf8f

@gengjiawengengjiawen deleted the lto_test branch May 28, 2021 11:53
gengjiawen added a commit that referenced this pull request May 28, 2021
PR-URL: #38567 Reviewed-By: James M Snell <[email protected]>
@targos
Copy link
Member

Belated LGTM

danielleadams pushed a commit that referenced this pull request May 31, 2021
PR-URL: #38567 Reviewed-By: James M Snell <[email protected]>
@danielleadamsdanielleadams mentioned this pull request May 31, 2021
richardlau pushed a commit that referenced this pull request Jul 16, 2021
PR-URL: #38567 Reviewed-By: James M Snell <[email protected]>
richardlau pushed a commit that referenced this pull request Jul 19, 2021
PR-URL: #38567 Reviewed-By: James M Snell <[email protected]>
richardlau pushed a commit that referenced this pull request Jul 20, 2021
PR-URL: #38567 Reviewed-By: James M Snell <[email protected]>
@richardlaurichardlau mentioned this pull request Jul 20, 2021
foxxyz pushed a commit to foxxyz/node that referenced this pull request Oct 18, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lto build failed with gcc 9.3

4 participants

@gengjiawen@targos@jasnell@richardlau