zsy314

Results 5 comments of zsy314

> I have the same errors, you can fix some of them, but i've still not been able to build v8 in any ubuntu Docker. > > By addding libstdc++-10-dev...

Thanks for your reply. I found that Docker limits the upper limit of memory and swap, which leads to a large amount of free space but is not used during...

> I think there was some failture, yesterday I checked the compilation in docker (Ubuntu 16.04) https://github.com/ONLYOFFICE/build_tools?tab=readme-ov-file#using-docker - there was no error. Try again, on the machine 4cpu 8 ram...

The reason why I didn't use Dockerfile to build directly is that if a package fails to download in the middle of a bad network, I need to start the...

I just tried to build using Dockerfile again. ``` mkdir out docker build --tag onlyoffice-document-editors-builder . docker run -v $PWD/out:/build_tools/out onlyoffice-document-editors-builder ``` Fortunately, the network condition was good and it...