-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Build in docker #2841
Build in docker #2841
Conversation
unfortunately currently building the js for the python plugin fails with the following error:
|
"Error: error:0308010C:digital envelope routines::unsupported" looks familiar:
If you did not try it: run it before build_in_docker.sh? |
Ok, I had another look at the code and wrote down what I understood at #2848 . Could you, @lixun910 , please have a look at that? It is probably not perfect and not complete -- but my current understanding. If you think that this makes sense, I'd also try to add Dockerfiles that 'codify' my understanding. After using the node version that |
Add scripts to have all build steps run in a docker to make building more reproducible.