Skip to content

Commit

Permalink
c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Dec 20, 2023
1 parent 25b757a commit cc27409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/update-canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ git-node v8 major --branch=lkgr --base-dir="$GITHUB_WORKSPACE"
# Canary-base is the last good version of canary, and is manually updated with any V8 patches or backports.
git cherry-pick `git log upstream/canary-base -1 --format=format:%H --grep "src: update NODE_MODULE_VERSION"`...upstream/canary-base

curl -L https://github.com/nodejs/node/pull/45427.patch | git am

# Verify that Node.js can be compiled and executed
python3 ./configure
make -j $(getconf _NPROCESSORS_ONLN) V=
Expand Down

0 comments on commit cc27409

Please sign in to comment.