-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-48894: [Python] Set minimum nodejs on conda env to 16 for Azurite to work #48895
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
base: main
Are you sure you want to change the base?
Conversation
|
@github-actions crossbow submit test-conda-* |
|
|
|
Revision: 3fabe1d Submitted crossbow builds: ursacomputing/crossbow @ actions-cd25c6296c |
|
Moving this back to draft to investigate the segfault before fixing the nodejs version. |
…age::StorageException so we also catch Azure::Core::Http::TransportException
|
@github-actions crossbow submit -g cpp |
|
Revision: 3ccfdb7 Submitted crossbow builds: ursacomputing/crossbow @ actions-d7c2a57735 |
Rationale for this change
nodejs 12 is currently being installed on conda. CI jobs are failing and or segfaulting due to azurite failing with old versions.
What changes are included in this PR?
Pin minimum nodejs version to 16.
Are these changes tested?
Yes on CI.
Are there any user-facing changes?
No