瀏覽代碼

Checkout v8pp before trying to package it :-)

master
Ray Burgemeestre 5 年之前
父節點
當前提交
36d16c1a72
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      v8pp/Makefile

+ 4
- 4
v8pp/Makefile 查看文件

@@ -4,14 +4,14 @@ v8:
# git clone https://github.com/rayburgemeestre/v8pp
#
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
bash ../ubuntu1804.sh make build
bash ../ubuntu1804.sh make archive # outside container not enough permissions
bash ../ubuntu1804.sh make package # outside container not enough permissions

# will be factored out at some point
git clone https://github.com/pmed/v8pp
pushd v8pp && git checkout 8ad6c07b13a811d9132c202f48b4a902d5685a98 # master at time of writing

bash ../ubuntu1804.sh make build
bash ../ubuntu1804.sh make archive # outside container not enough permissions
bash ../ubuntu1804.sh make package # outside container not enough permissions

# also packages v8pp for now
make fpm_package


Loading…
取消
儲存