forgejo-ci: fix patching
Some checks failed
/ release-deploy (push) Has been skipped
/ release-build (push) Failing after 4m24s

This commit is contained in:
Antoine Martin 2024-08-24 21:57:35 -04:00
parent a216814c30
commit b8ea58e005
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 4 additions and 5 deletions

View file

@ -33,9 +33,8 @@ jobs:
git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package
- name: Applying patches - name: Applying patches
run: | run: |
git -C build/server apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/server.patch
git -C build/web-apps apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/web-apps.patch
git -C build apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_v8-no-enum-constexrp-conversion.patch git -C build apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_v8-no-enum-constexrp-conversion.patch
git -C build apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/disable-licensing-limits.patch
- name: Development setup - name: Development setup
run: | run: |
mkdir -p build/build_tools/system_qt-$qtver/gcc_64 mkdir -p build/build_tools/system_qt-$qtver/gcc_64

View file

@ -32,9 +32,9 @@ jobs:
git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package
- name: Applying patches - name: Applying patches
run: | run: |
git -C build/server apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/server.patch cd build
git -C build/web-apps apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/web-apps.patch git apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_v8-no-enum-constexrp-conversion.patch
git -C build apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_v8-no-enum-constexrp-conversion.patch git apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/disable-licensing-limits.patch
- name: Development setup - name: Development setup
run: | run: |
mkdir -p build/build_tools/system_qt-$qtver/gcc_64 mkdir -p build/build_tools/system_qt-$qtver/gcc_64