diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 18e10de..808bf3d 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -6,7 +6,7 @@ jobs: build-test: runs-on: x86_64 container: - image: onlyoffice/documentserver:8.1.1.2 + image: ubuntu:22.04 env: pkgver: 8.1.1 buildno: 39 @@ -17,7 +17,6 @@ jobs: apt-get update apt-get install -y git make g++ bzip2 sudo patch python2 curl lsb-release p7zip-full qtbase5-dev curl -sL https://deb.nodesource.com/setup_16.x | bash - - apt-get update apt-get install -y nodejs npm install -g pkg grunt grunt-cli - name: Getting patches @@ -43,7 +42,9 @@ jobs: ln -s /usr/lib/x86_64-linux-gnu ./system_qt/gcc_64/lib ln -s /usr/lib/x86_64-linux-gnu/qt5/bin ./system_qt/gcc_64/bin ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins ./system_qt/gcc_64/plugins - python2 ./build_tools/tools/linux/deps.py + pushd tools/linux + python2 ./deps.py + popd python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt python2 ./make.py - name: Package upload