Bläddra i källkod

v8pp build fixes (hopefully all of them)

master
Ray Burgemeestre 5 månader sedan
förälder
incheckning
6ad49e0f66
2 ändrade filer med 5 tillägg och 4 borttagningar
  1. +4
    -3
      v8pp/Makefile
  2. +1
    -1
      v8pp/build-v8.sh

+ 4
- 3
v8pp/Makefile Visa fil

git config --global --add safe.directory '*' git config --global --add safe.directory '*'
switch-to-latest-clang switch-to-latest-clang
apt-get update apt-get update
apt-get install pkg-config python2.7 -y
cp -prv /usr/bin/python2.7 /usr/bin/python # stupid depot tool scripts
cp -prv /usr/bin/python2.7 /usr/bin/python2 # stupid depot tool scripts
#apt-get install pkg-config python2.7 -y
#cp -prv /usr/bin/python2.7 /usr/bin/python # stupid depot tool scripts
#cp -prv /usr/bin/python2.7 /usr/bin/python2 # stupid depot tool scripts
./build-v8.sh ./build-v8.sh
make prepare-package-v8 make prepare-package-v8
./build-v8pp.sh # basically only produces the v8pp/config.hpp (from config.hpp.in) ./build-v8pp.sh # basically only produces the v8pp/config.hpp (from config.hpp.in)
rm -rf depot_tools rm -rf depot_tools
rm -rf .gclient rm -rf .gclient
rm -rf .gclient_entries rm -rf .gclient_entries
rm -rf ninja


shell: shell:
FLAGS="-i --privileged" bash ../ubuntu2404.sh /bin/bash FLAGS="-i --privileged" bash ../ubuntu2404.sh /bin/bash

+ 1
- 1
v8pp/build-v8.sh Visa fil



# https://github.com/prahladyeri/tuxdrive/issues/3 # https://github.com/prahladyeri/tuxdrive/issues/3
apt-get install python3-pip -y apt-get install python3-pip -y
pip3 install httplib2 --upgrade
pip3 install httplib2 --upgrade --break-system-packages


fetch v8 fetch v8



Laddar…
Avbryt
Spara