GitXplorerGitXplorer
g

v8-build

public
9 stars
0 forks
2 issues

Commits

List of commits on branch master.
Verified
aa4e0d520da212be3063b020c0c17ba58b8e7b64

lock Node.js version to lts

ggengjiawen committed a year ago
Verified
92a089aa75c1530964a85a0e89a712e99bfa4330

workaround for Node.js docker bug

ggengjiawen committed a year ago
Verified
bffcdec4d390e1d26de4abe1aa2c6332b10f55e3

Update README.md

ggengjiawen committed a year ago
Unverified
33bb0ac290ca6d5ceacac5aa2c8ff5e4863ebdd5

fix: wrap password

ggengjiawen committed 2 years ago
Verified
b23c45760a9301fabeb5deaa4342c59de96c98c7

fix android build

ggengjiawen committed 2 years ago
Unverified
36c6c5d7dda5931374fe13953632bbeee97bbf95

feat: bump base ubuntu image

ggengjiawen committed 2 years ago

README

The README file for this repository.

Base Image to build V8

CircleCI Docker Pulls Docker Image Size (tag) Docker Image Size (tag)

Command

For V8 on desktop

docker run --rm -it --name play-v8 -v $PWD:/pwd gengjiawen/v8-build

For V8 on android

docker run --rm -it --name play-v8-andorid -v $PWD:/pwd gengjiawen/v8-build:android

quick command

cd ~/v8
gm x64.release # build x64
gm x64.release.check # build and test x64
gm android_arm64.release # build android

V8 on desktop

Recommend for newbie, this way you can build and debug v8 without setup google internal tools. You can just open it in CLion(cross-platform) or Visual studio(windows only)

V8 github action

https://github.com/gengjiawen/v8-dev-public

Refs

V8 on android