Skip to content
Snippets Groups Projects
Commit 6cb6e16c authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

ci-buildpackage: drop the use of wrap-and-sort

This was a workaround for odd nodes packages that
apt was not able to parse. See
infrastructure/apertis-docker-images@e954d2be



This is probably no longer required and leads to apt's failure
to resolve dependencies.

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent a3510971
No related branches found
No related tags found
No related merge requests found
......@@ -11,17 +11,11 @@ set -ex
export DEBIAN_FRONTEND=noninteractive
# Works around node-* packages having Build-Depends apt can't parse
wrap-and-sort -f debian/control
apt-get -qy update
apt-get -qy -o APT::Get::Build-Dep-Automatic=yes \
-o Acquire::http::Pipeline-Depth=0 \
build-dep "$(pwd)"
# Revert changes made by `wrap-and-sort`
git checkout debian/
dpkg-checkbuilddeps
dversion="$(dpkg-parsechangelog -S Version)"
......
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