Skip to content

Commit b4fa722

Browse files
committed
Bug 2048985 - Fix opensuse-leap bootstrap job for Leap 16. r=jcristau
The opensuse/leap image rolled forward to Leap 16, which ships Python 3.13 and no longer provides the python311-pip/python311-curses packages, so the pre-install step failed outright. Switch to the version-agnostic python3-pip/python3-curses names (which Leap provides via its python313 packages) so this does not break again on the next Python bump, and drop the manual python3 symlink that the packages already provide. Differential Revision: https://phabricator.services.mozilla.com/D310219
1 parent 8676275 commit b4fa722

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

taskcluster/kinds/bootstrap/kind.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ tasks:
106106
opensuse-leap:
107107
image: opensuse/leap
108108
pre-commands:
109-
- zypper install -y curl git python311-pip python311-curses gzip
110-
- ln -s /usr/bin/python3.11 /usr/bin/python3
109+
- zypper install -y curl git python3-pip python3-curses gzip
111110
opensuse-tumbleweed:
112111
image: opensuse/tumbleweed
113112
pre-commands:

0 commit comments

Comments
 (0)