FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: automate v8 patch update by marco-ippolito · Pull Request #47594 · nodejs/node · GitHub

/ node Public

tools: automate v8 patch update - #47594

Merged
nodejs-github-bot merged 7 commits into
nodejs:mainfrom
marco-ippolito:feat/automate-v8-update
Apr 26, 2023
Merged

tools: automate v8 patch update#47594
nodejs-github-bot merged 7 commits into
nodejs:mainfrom
marco-ippolito:feat/automate-v8-update

Conversation

marco-ippolito commented Apr 17, 2023
edited
Loading

Copy link
Copy Markdown
Member

Refs: nodejs/security-wg#828
please review carefully, first time approaching v8
if you know a way of creating a patch without cloning v8 (which is very expensive) that would be great
@nodejs/security-wg

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

nodejs-github-bot added meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory. labels Apr 17, 2023
marco-ippolito requested a review from targos April 17, 2023 16:52
Comment thread tools/dep_updaters/update-v8-patch.sh Outdated

targos commented Apr 17, 2023

Copy link
Copy Markdown
Member

Did you consider using the git node command? For the V8 clone, in the canary repo we use the GitHub actions cache

marco-ippolito commented Apr 19, 2023
edited
Loading

Copy link
Copy Markdown
Member Author

@targos I basically copied what git node v8 minor was doing, I tried with the command but I had some issue with folder structure. I guess we can cache the v8 clone, should we create a new action specificly for this?

marco-ippolito force-pushed the feat/automate-v8-update branch from 03b4a51 to f8da622 Compare April 21, 2023 10:28

Copy link
Copy Markdown
Member Author

I have created a separate action to update v8, caching the git node v8 folder. @targos

Comment thread .github/workflows/update-v8.yml Outdated
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread tools/dep_updaters/update-v8-minor.sh Outdated
marco-ippolito force-pushed the feat/automate-v8-update branch from f912fa3 to 0a46fe1 Compare April 21, 2023 15:59
marco-ippolito requested a review from targos April 24, 2023 08:32
Comment thread .github/workflows/tools.yml Outdated
Co-authored-by: Michaël Zasso <targos@protonmail.com>

Copy link
Copy Markdown
Member Author

sorry for changing my mind a few times but due to the amount of dependencies I've decided to move it back to update-v8.yml

marco-ippolito force-pushed the feat/automate-v8-update branch from 97e3b47 to 936482c Compare April 24, 2023 09:27
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread .github/workflows/update-v8.yml Outdated
marco-ippolito force-pushed the feat/automate-v8-update branch from d115ed1 to a7c237c Compare April 24, 2023 09:57
marco-ippolito force-pushed the feat/automate-v8-update branch from a7c237c to 9e5b634 Compare April 24, 2023 10:00
Comment thread .github/workflows/update-v8.yml Outdated
Comment thread tools/dep_updaters/update-v8-patch.sh Outdated
marco-ippolito added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. and removed commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. labels Apr 26, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 26, 2023
nodejs-github-bot merged commit 71a776b into nodejs:main Apr 26, 2023

Copy link
Copy Markdown
Collaborator

Landed in 71a776b

targos commented Apr 26, 2023

Copy link
Copy Markdown
Member

targos pushed a commit that referenced this pull request May 2, 2023
PR-URL: #47594
Refs: nodejs/security-wg#828
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos mentioned this pull request May 2, 2023
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
PR-URL: #47594
Refs: nodejs/security-wg#828
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
PR-URL: nodejs#47594
Refs: nodejs/security-wg#828
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL