Browse Source

Fix v8pp by updating it

master
Ray Burgemeestre 2 years ago
parent
commit
f2e2754ae0
2 changed files with 3 additions and 3 deletions
  1. +1
    -2
      v8pp/Makefile
  2. +2
    -1
      v8pp/build-v8.sh

+ 1
- 2
v8pp/Makefile View File

@@ -34,8 +34,7 @@ ubuntu2204:
#
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git || true
# will be factored out at some point
git clone https://github.com/pmed/v8pp || true
pushd v8pp && git checkout d62a0d581fd4ab05beb8a675216a12c72a5077c8 # master at time of writing
git clone -b v1.8.1 https://github.com/pmed/v8pp || true
bash ../ubuntu2204.sh make build
bash ../ubuntu2204.sh make archive # outside container not enough permissions
bash ../ubuntu2204.sh make package # outside container not enough permissions

+ 2
- 1
v8pp/build-v8.sh View File

@@ -20,7 +20,8 @@ cd v8 # if this fails, exit! hence the set -ex
#gclient sync -r 8.0.426.15 # stupid test
#gclient sync -r 7.2.1 # stupid test
#gclient sync -r 8.2.297.1 # https://github.com/pmed/v8-nuget/
gclient sync -r 9.3.345.3 # https://github.com/pmed/v8-nuget/
#gclient sync -r 9.3.345.3 # https://github.com/pmed/v8-nuget/
gclient sync -r 10.0.139.9 # https://github.com/pmed/v8-nuget/

# Looks like we have to use GN now: https://github.com/v8/v8/wiki/Building-with-GN


Loading…
Cancel
Save