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

Revert "ci-buildpackage: use wrap-and-sort as a workaround for odd packages"

This reverts commit e954d2be.

This was a workaround for odd nodes packages that apt was
not able to parse. It has been fixed in apt 2.3.10 (Bookworm)
with https://salsa.debian.org/apt-team/apt/-/merge_requests/167

.

Having this workaround leads to other apt failures
to resolve dependencies (because of conflicts between
rustc and rustc-web).

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent dd1c8b81
No related branches found
No related tags found
No related merge requests found
Pipeline #834844 canceled
......@@ -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