]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
automation/gitlab: add https transport support to Debian images
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 27 Mar 2020 11:49:47 +0000 (12:49 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 27 Mar 2020 13:47:56 +0000 (13:47 +0000)
The LLVM repos have switched from http to https, and trying to access
using http will get redirected to https. Add the apt-transport-https
package to the x86 Debian containers that use the LLVM repos, in order
to support the https transport method.

Note that on Arm we only test with gcc, so don't add the package for
the Debian Arm container.

This fixes the following error seen on the QEMU smoke tests:

E: The method driver /usr/lib/apt/methods/https could not be found.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
automation/build/debian/stretch-i386.dockerfile
automation/build/debian/stretch.dockerfile
automation/build/debian/unstable-i386.dockerfile
automation/build/debian/unstable.dockerfile

index 4797ae344231dc5a1a1a8fa332b4961bdcc3dd33..7b6f8eff693a4da54713ecd5cc2a723496ab3ee5 100644 (file)
@@ -45,6 +45,7 @@ RUN apt-get update && \
         wget \
         git \
         nasm \
+        apt-transport-https \
         && \
         apt-get autoremove -y && \
         apt-get clean && \
index cfbb2e9b0b6097a2516a7bfb429f66f6bfb53756..32742f7f39cf12231f2664ed84e26752e5aef465 100644 (file)
@@ -44,6 +44,7 @@ RUN apt-get update && \
         git \
         nasm \
         gnupg \
+        apt-transport-https \
         && \
         apt-get autoremove -y && \
         apt-get clean && \
index 1a73b3b1eca369c6b3ba3b0713a17b483199b0da..86ff3585df051d430080b2bfa2cf19d1d426bb0b 100644 (file)
@@ -45,6 +45,7 @@ RUN apt-get update && \
         wget \
         git \
         nasm \
+        apt-transport-https \
         && \
         apt-get autoremove -y && \
         apt-get clean && \
index 2a834f67191254348d80ce53c4e603b4006e2508..d0aa5ad2bbf95a0b94c7c512a565a9540e753639 100644 (file)
@@ -44,6 +44,7 @@ RUN apt-get update && \
         git \
         nasm \
         gnupg \
+        apt-transport-https \
         && \
         apt-get autoremove -y && \
         apt-get clean && \