Преглед изворни кода

git clone -b does not support hash apparently

master
Ray Burgemeestre пре 2 година
родитељ
комит
a12c0867ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      v8pp/Makefile

+ 1
- 1
v8pp/Makefile Прегледај датотеку

ubuntu2204: ubuntu2204:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git || true git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git || 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 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.
git clone -b master https://github.com/pmed/v8pp # ..we'll use master.
bash ../ubuntu2204.sh make build # prepares packaging as well bash ../ubuntu2204.sh make build # prepares packaging as well
make fpm_package make fpm_package
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions

Loading…
Откажи
Сачувај