Skip to content
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: install Python 3 on IBM i #2567

Merged
merged 2 commits into from Mar 15, 2021
Merged

Conversation

richardlau
Copy link
Member

Refs: #2507

Unlike the AIX packages in #2564, on IBM i installing the python3 package overwrites /QOpenSys/pkgs/bin/python so that it points to Python 3 (3.6.12). However prior to running these changes on the IBM i machines (#2507 (comment)) test-iinthecloud-ibmi72-ppc64_be-1 already had python3 installed but test-iinthecloud-ibmi72-ppc64_be-2 did not so we had a discrepancy anyway where one host's python pointed to Python 3 and the other to Python 2. Applying these changes to the two test machines has made them consistent and python points to the Python 3 installation.

Currently https://ci.nodejs.org/job/node-test-commit-ibmi/ is only run daily on the master branch so we do not need to maintain compatibility for Node.js 12 or 10.

@richardlau
Copy link
Member Author

Test build with Python 3.6.12 (passed): https://ci.nodejs.org/job/node-test-commit-ibmi/287/

Co-authored-by: Ash Cripps <acripps@redhat.com>
@richardlau richardlau merged commit 196227c into nodejs:master Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants