Skip to content
Snippets Groups Projects
Commit e87cf859 authored by calrama's avatar calrama
Browse files

Update all python versions to use openssl 1.1

parent c795ed70
No related branches found
No related tags found
No related merge requests found
Pipeline #62070 passed
Pipeline: behavior_loader

#62073

    Pipeline: interfaces

    #62071

      ......@@ -427,6 +427,7 @@ RUN version=3.7.12 && \
      curl -sSLO https://www.python.org/ftp/python/${version}/Python-${version}.tgz && \
      tar -xf Python-${version}.tgz && \
      cd Python-${version} && \
      sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure && \
      ./configure \
      --prefix=/usr \
      --enable-optimizations \
      ......@@ -446,6 +447,7 @@ RUN version=3.8.19 && \
      curl -sSLO https://www.python.org/ftp/python/${version}/Python-${version}.tgz && \
      tar -xf Python-${version}.tgz && \
      cd Python-${version} && \
      sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure && \
      ./configure \
      --prefix=/usr \
      --enable-optimizations \
      ......@@ -480,6 +482,7 @@ RUN version=3.9.19 && \
      curl -sSLO https://www.python.org/ftp/python/${version}/Python-${version}.tgz && \
      tar -xf Python-${version}.tgz && \
      cd Python-${version} && \
      sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure && \
      ./configure \
      --prefix=/usr \
      --enable-optimizations \
      ......@@ -631,6 +634,7 @@ RUN version=3.8.19 && \
      curl -sSLO https://www.python.org/ftp/python/${version}/Python-${version}.tgz && \
      tar -xf Python-${version}.tgz && \
      cd Python-${version} && \
      sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure && \
      CFLAGS="-fPIC" LDFLAGS="-fPIC" ./configure \
      --prefix=/opt/python/3.8 \
      --enable-optimizations \
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment