-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
feature-requestA request for a new feature or a change that isn't a bug. May require further triage or scoping.A request for a new feature or a change that isn't a bug. May require further triage or scoping.
Description
Overview
We’re trying to run Prefect natively on the OT-2 for workflow orchestration. However, we ran into compatibility issues because the robot’s glibc version is 2.25, while Prefect‘s dependencies require 2.28+.
ldd --version
ldd (GNU libc) 2.25
$Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$Written by Roland McGrath and Ulrich Drepper.
Implementation details
For more details I have opened an issue on package request.
Design
Would it be possible to include a more recent version of glibc in future releases? Alternatively, is there a safe way for us to upgrade it on our side?
Acceptance criteria
No response
Metadata
Metadata
Assignees
Labels
feature-requestA request for a new feature or a change that isn't a bug. May require further triage or scoping.A request for a new feature or a change that isn't a bug. May require further triage or scoping.