Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Update to 8.4.371.19 #300

Closed
wants to merge 2 commits into from
Closed

Commits on Jul 14, 2020

  1. update to 8.4.371.19

    This requires changing our checkout strategy to check out the branch-heads branch (as documented at https://v8.dev/docs/version-numbers) instead of using the 8.4.371 branch, which never gets patches (it's always locked to 8.4.371.0).
    
    We could also specify the v8 patch version manually, and i'm open to doing that, just wanted to do this to get it working.
    nightpool committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d61e2a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Use last good version before build error

    Using bisect, I was able to find that the build error was introduced in
    v8/v8@5bbca54,
    so let's use the version before that one while we wait for upstream to
    merge the patch (https://bugs.chromium.org/p/v8/issues/detail?id=10708)
    nightpool committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    681a840 View commit details
    Browse the repository at this point in the history