소스 검색

Latest tag does not contain required fix, bump to current master.

master
Ray Burgemeestre 2 년 전
부모
커밋
a2689a35e9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      v8pp/Makefile

+ 2
- 1
v8pp/Makefile 파일 보기

@@ -34,7 +34,8 @@ ubuntu2204:
#
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git || true
# will be factored out at some point
git clone -b v1.8.1 https://github.com/pmed/v8pp || true
#git clone -b v1.8.1 https://github.com/pmed/v8pp || true , next version 1.8.2, will probably contain the fix for clang-14 as well. for now..
git clone -b de4037d6d9de5a5f12de64b06f88ddfbf55c1d96 https://github.com/pmed/v8pp || true # ..we'll use master.
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

Loading…
취소
저장