Nocodemon
Nocodemon
Can someone post how they fix this with docker, been trying to build onlyoffice but just can't get arount this problem. I need to build 8.1.3 or 8.1.1
My dockerfile looks like this ``` FROM ubuntu:20.04 ENV TZ=Etc/UTC ENV PATH="/core/Common/3dParty/v8_89/depot_tools:$PATH" RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get -y update && \ apt-get -y...
I've been trying to build onlyoffice bu just cant find a branch where this is posiible. You say this is fixed, on which branch/tag/master can you build onlyoffice according to...
I don't think this is true, I just did now and the problem with depot_tools is still there. /cipd: line 143: ./depot_tools/cipd_client_version.digests: No such file or directory Platform linux-amd64 is...
@shooding you mind sharing exactly how you do it? I'm on Ubuntu 20.04, please share how you git checkout and then the build and run code. Because it feels like...
ok, so I reinstalled docker according to the stuff in develop and set it up so it doesn't need to run with sudo. Master branch still fails. Running: git config...
Tried checking out the develop branch and 8.1.1.3 but that also generates errors and stops. `In file included from ../../src/base/logging.h:21: ../../src/base/template-utils.h:78:15: error: no template named 'tuple_size_v' in namespace 'std'; did...
master 8.1.1.3 also has the depot_tools error ``` running: git config diff.ignoreSubmodules dirty ./cipd: line 143: ./depot_tools/cipd_client_version.digests: No such file or directory Platform linux-amd64 is not supported by the CIPD...
> to be honest, i always use official recommended way (docker in this case) to build large open-source projects. My local machine cannot always keep up with official's update including...
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 to ubuntu 20.04...