Compare commits

..

3 commits

Author SHA1 Message Date
748136ba54
core_v8-no-enum-constexrp-conversion: fixes v8 build on ubuntu 22.04
Some checks failed
/ release-build (push) Successful in 1h13m52s
/ release-deploy (push) Failing after 36s
/ test-build (pull_request) Failing after 21m1s
2024-08-24 17:26:05 -04:00
26497e918b
server.patch: fix for 8.1 2024-08-24 17:25:36 -04:00
21715b3847
forgejo-ci: initial port 2024-08-24 17:25:03 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
npm install -g pkg grunt grunt-cli
- name: Getting patches
uses: actions/checkout@v4
- name: Cloning source
- name: Fetching sources
run: |
git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build
git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools

View file

@ -22,7 +22,7 @@ jobs:
npm install -g pkg grunt grunt-cli
- name: Getting patches
uses: actions/checkout@v4
- name: Cloning source
- name: Fetching sources
run: |
git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build
git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools