Bug 1977455 - Use archive.debian.org for buster chroot in debian-repackage docker image. a=RyanVM
The same was done for build-sysroot.sh in bug 1949367. Original Revision: https://phabricator.services.mozilla.com/D257391 Differential Revision: https://phabricator.services.mozilla.com/D257599
This commit is contained in:
committed by
rvandermeulen@mozilla.com
parent
b81d1b0632
commit
b138ac62ac
@@ -35,7 +35,7 @@ RUN /usr/local/sbin/setup_packages.sh $TASKCLUSTER_ROOT_URL $DOCKER_IMAGE_PACKAG
|
|||||||
--verbose \
|
--verbose \
|
||||||
buster \
|
buster \
|
||||||
/srv/buster-amd64 \
|
/srv/buster-amd64 \
|
||||||
http://deb.debian.org/debian || (echo "Debootstrap failed, outputting log:" && cat /srv/buster-amd64/debootstrap/debootstrap.log && exit 1) && \
|
http://archive.debian.org/debian || (echo "Debootstrap failed, outputting log:" && cat /srv/buster-amd64/debootstrap/debootstrap.log && exit 1) && \
|
||||||
chroot /srv/buster-amd64 /bin/bash -c "\
|
chroot /srv/buster-amd64 /bin/bash -c "\
|
||||||
dpkg --add-architecture arm64 && \
|
dpkg --add-architecture arm64 && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|||||||
Reference in New Issue
Block a user