Commit b4fa722
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/D3102191 parent 8676275 commit b4fa722
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
0 commit comments