-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for document server on OpenPOWER/Linux systems #87
base: develop
Are you sure you want to change the base?
Conversation
@madscientist159 Any advice how to setup VM to emulate openPOWER? |
Note this can be painfully slow -- if you need to do any significant work on POWER you can get a small VPS over at https://www.integricloud.com , otherwise if there's a desire to have actual CI / ppc64le builds there is a possibility we could provide free access to a dedicated VM for that work. |
Just wondering if there was any progress toward merge? We've been using an instance based on this on POWER ever since the patch was created, no platform-specific issues, works very well. |
@madscientist159 Sorry. No news, trying to get access to OpenPOWER server to try compilation on my own, but currently stuck with our internal issues about paying for account |
Just a minor news - we bought access to integricloud servers and now I'm trying to setup one. Seems this is not as easy task as start cloud instance in amazon, so as soon as were will be real progress - I leave a message here |
Ok, I finally run debian 10 on ppc64le Started script with And got error with
And I don't see any changes in your script to nodejs except just not install it But our product will not work with nodejs |
It looks like everything compiles and node + python are working as intended. The automate.py script downloads version 10.19.0 of nodejs However, when running the automate.py script I get an error about cef_binary.7z not being an archive file. I am running Ubuntu Server 20.04 LTS on Kernel 4.15.0-106 ppc64le I can reproduce this by running the following script: https://gist.github.com/krosseyed/1a2b203776636c8a4736e00a7b41a6e7 Error Output:
|
Error with
And there is no variant for |
CEF is not needed for the server version. If I recall correctly I just commented the CEF fetch part of the script out and made sure not to build the client version. |
d58cded
to
eb7dd2d
Compare
Updated and verified to work in conjunction with ONLYOFFICE/core#904 |
Signed-off-by: Timothy Pearson <[email protected]>
eb7dd2d
to
6023660
Compare
Just a friendly ping on this. How can we get this merged? At this point it's deployed in production on OpenPOWER at a number of organizations and maintained by Raptor, we even have CI/CD here: https://gitlab.raptorengineering.com/raptor-engineering-public/onlyoffice/build_tools/ |
Tested with Debian Buster and GCC 6
GCC 8 is known not to work due to architecture-independent problems in the old version of v8 used by ONLYOFFICE
This partially resolves #859