-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[CI][Packaging][Python] Free-threaded wheel build failing to in docker image install of tzdata #44355
Copy link
Copy link
Closed
Labels
Component: PackagingComponent: PythonPriority: BlockerMarks a blocker for the releaseMarks a blocker for the release
Milestone
Description
The free-threaded linux wheel builds are failing recently, see eg https://github.com/ursacomputing/crossbow/actions/runs/11146254492/job/30977772790
It seems that the installation of tzdata (does that come as dependency of python in apt?) requires some manual interaction on the cli, regardless of the -y being passed:
#8 62.14 Configuring tzdata
#8 62.14 ------------------
#8 62.14
#8 62.14 Please select the geographic area in which you live. Subsequent configuration
#8 62.14 questions will narrow this down by presenting a list of cities, representing
#8 62.14 the time zones in which they are located.
#8 62.14
#8 62.14 1. Africa 3. Antarctica 5. Arctic 7. Atlantic 9. Indian 11. US
#8 62.14 2. America 4. Australia 6. Asia 8. Europe 10. Pacific 12. Etc
Error: The operation was canceled.
This was not the case when we initially added those builds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: PackagingComponent: PythonPriority: BlockerMarks a blocker for the releaseMarks a blocker for the release
Type
Fields
Give feedbackNo fields configured for issues without a type.