You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Although when we added those (#43965), the above output was also already present in the logs. So the fact that it is hanging here might not necessarily be caused by tzdata itself.
Looking at some more of the failures the last days, some of those are also being caused by internet / download connection issues.
…n wheel-manylinux-*-cp313t-* (#44362)
### Rationale for this change
If interactive deb configuration is used, CI is blocked by waiting an user input.
### What changes are included in this PR?
Disable interactive deb configuration.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #44355
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
…n wheel-manylinux-*-cp313t-* (#44362)
### Rationale for this change
If interactive deb configuration is used, CI is blocked by waiting an user input.
### What changes are included in this PR?
Disable interactive deb configuration.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #44355
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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:This was not the case when we initially added those builds.
cc @raulcd @kou
The text was updated successfully, but these errors were encountered: