Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tools/update-canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ 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

# Clean the repository so we're sure the build doesn't accidentally depend on gitignored files
git clean -fdx

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