-
Notifications
You must be signed in to change notification settings - Fork 166
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
ansible: add Python 3 to centos7-arm64 hosts #2585
Conversation
Did you execute it? Can I try a new run for nodejs/node#37764 ? |
Yes -- tested against Node.js |
Installs Python 3 (3.6.8 at this time).
I'm going to rework this. I'm currently installing yum install python3
The 404'ing |
I ran
to move |
Installs Python 3.8, enabled via
. /opt/rh/rh-python38/enable
.Refs: #2507
Currently Node.js 14 and later will build with Python 3. This maps to where we currently use gcc 8 to compile on arm64:
build/jenkins/scripts/VersionSelectorScript.groovy
Lines 26 to 27 in 6882ed5