Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade V8 binaries for 10.9.194.9 version **working** #363

Merged
merged 12 commits into from Jan 30, 2023

Commits on Jan 12, 2023

  1. Copy the full SHA
    fdc11ef View commit details
    Browse the repository at this point in the history
  2. Fixes to support newest stable v8.

    - Update github workflow to use go 18 & 19
    - Update github workflow to use macos-latest
    - Update github build workflow to use ubuntu 22.04
    - Add gitignore for jetbrains and .gclient_previous files
    - Switch cgo build to C++17 and enable sandbox at build time
    - Update test with update to date error message
    - Remove no longer supported build flag.
    - Move initialization to v8go.go and include flag set to avoid flag freezing
    - Reorder initialization so allocator is initialized after v8 (required by latest v8)
    jacques-n committed Jan 12, 2023
    4
    Copy the full SHA
    3f28808 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Copy the full SHA
    7684d8b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    941596a View commit details
    Browse the repository at this point in the history
  3. V8 static library for ubuntu-22.04 x86_64 (#18)

    Auto-generated pull request to build V8 for ubuntu-22.04 x86_64
    jacques-n committed Jan 13, 2023
    Copy the full SHA
    1837f57 View commit details
    Browse the repository at this point in the history
  4. V8 static library for macos-11 x86_64 (#17)

    Auto-generated pull request to build V8 for macos-11 x86_64
    jacques-n committed Jan 13, 2023
    Copy the full SHA
    7f48f1c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4b3158c View commit details
    Browse the repository at this point in the history
  6. V8 static library for macos-11 arm64 (#19)

    Auto-generated pull request to build V8 for macos-11 arm64
    jacques-n committed Jan 13, 2023
    Copy the full SHA
    4a7fc09 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    27dc385 View commit details
    Browse the repository at this point in the history
  8. V8 static library for ubuntu-22.04 arm64 (#20)

    Auto-generated pull request to build V8 for ubuntu-22.04 arm64
    jacques-n committed Jan 13, 2023
    Copy the full SHA
    cf5d3d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Copy the full SHA
    cf9b519 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ab039ba View commit details
    Browse the repository at this point in the history