build_tools icon indicating copy to clipboard operation
build_tools copied to clipboard

Building server requires desktop libraries as well

Open iwkse opened this issue 5 years ago • 5 comments

Hi, while building with

automate.py server

which is supposed to be only server side, download and builds all dependencies including desktop (eg. build the whole Qt)

[EDIT] Seems like (undocumented) from the configure.py is possible to decide what kind of build to do

iwkse avatar Nov 04 '20 01:11 iwkse

I've asked your dev team, and we agree that сurrent situation is not totally rite and downloading QT for DocumentServer is not right

We are try to change it as soon as possible, but currently cannot give any estimates for this task

ShockwaveNN avatar Nov 10 '20 13:11 ShockwaveNN

It would be nice to have a better script, it will drop the building time. I've also notice when you rebuild, it's going to delete everything and build again. This makes it difficult to test stuff, when for example you want only to build FileConverter.

iwkse avatar Nov 10 '20 14:11 iwkse

I've also notice when you rebuild, it's going to delete everything and build again.

Try to set --update option to 0 Not 100% sure this work, but I think I remember this right

ShockwaveNN avatar Nov 10 '20 14:11 ShockwaveNN

Seems not, it's always removing all, should be clean = 0

iwkse avatar Nov 24 '20 00:11 iwkse