-
Notifications
You must be signed in to change notification settings - Fork 198
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
Fix nodejs issues in Docker build #731
Conversation
LGTM - I didn't test this though :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@r4ntix Can we merge this? I was hoping to get the docker build to run again. |
Waiting for a committer... perhaps @andygrove? |
Sorry, I don't have permission to merge the PR. @andygrove @yahoNanJing @Ted-Jiang Could you help review it? |
It looks like it did fix it, and the checks passed in the branch, but it failed when merged to main:
Does anyone know why that error might be happening there? |
Hi, @avantgardnerio, my first hunch is that the installed node version does not match what we expect (18) If I’m not mistaken, this OpenSSL flag is added to node 17+ When peeking at the build logs, I saw this (nodejs v12): https://github.com/apache/arrow-ballista/actions/runs/5113530837/jobs/9192844132#step:4:1079 I hope I read it correctly, hard to search the logs in my mobile phone :) |
Hi all, PTAL at #794 since this seems like it will fix the build. |
Closes #717
Fixes the issue by installing the right version of nodejs.