Skip to content

Commit

Permalink
Ubuntu: libproxy moved to universe, accomodate
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed May 2, 2024
1 parent 8e533c8 commit a98e904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/dockerfiles/deb-sbuild/setup-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ case $DIST in
ubuntu)
if [ "$ARCH" == "armhf" ] || [ "$ARCH" == "arm64" ]
then
sbuild-createchroot --include=debhelper --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}ports.ubuntu.com /usr/share/debootstrap/scripts/gutsy
sbuild-createchroot --include=debhelper --components=main,universe --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}ports.ubuntu.com /usr/share/debootstrap/scripts/gutsy
else
sbuild-createchroot --include=debhelper --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}archive.ubuntu.com/ubuntu /usr/share/debootstrap/scripts/gutsy
sbuild-createchroot --include=debhelper --components=main,universe --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}archive.ubuntu.com/ubuntu /usr/share/debootstrap/scripts/gutsy
fi
# Revert the "default to xz compression" option in recent
# Ubuntu distributions
Expand Down

0 comments on commit a98e904

Please sign in to comment.