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
Copy file name to clipboardExpand all lines: common/src/foundation/python/UpdatingPython.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,17 @@ You must rebuild foundation-python and foundation-python-packages for sles11 (th
31
31
32
32
### Setup a sles 11 build environment.
33
33
34
-
Build a sles11 backend (maybe you should use stacki for this!), based off of develop (so, not with the python version change yet). Include the SLES11 SDK.
34
+
Build a sles11 backend (maybe you should use stacki for this!), based off of develop (so, not with the python version change yet). Include the SLES11 SDK and OS-Updates. Install the openssl that ships with OS-Updates. `zypper install -y curl-openssl1`
35
35
36
36
## build the new foundation python
37
37
38
-
Sles11 has issues with old TLS. We have a caching proxy setup for pip to get around this. Create an /etc/pip.conf to point to our cache:
38
+
Copy in the stacki source code with the new python branch and cd to it.
39
39
40
-
/etc/pip.conf:
40
+
Sles11 has issues with old TLS. We have a caching proxy setup for pip to get around this. Copy the pip.conf with our mirror to use it in the sles11 build host:
0 commit comments