-
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
Remove explicit setting of PYTHON in CI jobs #2576
Comments
Unfiltered references to `PYTHON=` in CI jobs
I'll filter the list down (for example, we do not need to change the job copies containing build member's names (e.g. |
This was referenced Mar 16, 2021
This is now done, in so far as the CI job changes are required. Installation of Python 3 on the CI hosts is tracked under #2507 and ongoing. |
This was referenced Mar 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a follow on to #2507, even with Python 3 available on the CI hosts a lot of the test jobs are explicitly setting
PYTHON=python
before running the makefile. This issue will track undoing the explicit set on the basis that it is redundant on existing release lines as the default value ofPYTHON
in the makefile if not set in the environment or via runningconfigure
ispython
.Refs: nodejs/node#36691
Refs: nodejs/node#37764
Refs: #2507
The text was updated successfully, but these errors were encountered: