Skip to content
Snippets Groups Projects
Commit 7456f3f7 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

package-source-build: Disable http pipelining


Seems http pipeline sometimes causes broken downloads; While this really
needs fixing in apt work around it for now so CI doesn't hit it.

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent b9b045e8
No related branches found
No related tags found
1 merge request!68package-source-build: Disable http pipelining
......@@ -23,13 +23,7 @@ export DEBIAN_FRONTEND=noninteractive
apt-get -qy update
apt-get -qy -o APT::Get::Build-Dep-Automatic=yes \
-o Debug::pkgAcquire=yes \
-o Debug::pkgAcquire::Worker=yes \
-o Debug::pkgAcquire::Auth=yes \
-o Debug::Acquire::https=yes \
-o Debug::Acquire::http=yes \
-o Debug::Hashes=yes \
-o Debug::BuildDeps=yes \
-o Acquire::http::Pipeline-Depth=0 \
build-dep "$(pwd)"
dpkg-checkbuilddeps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment