File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ for arg in "$@"; do
3131done
3232
3333on_exit () {
34+ sudo umount ./unstable-chroot/proc ./unstable-chroot/sys
3435 if [ -e ./unstable-chroot/debootstrap/debootstrap.log ]; then
3536 echo " Dumping debootstrap.log"
3637 cat ./unstable-chroot/debootstrap/debootstrap.log
@@ -64,6 +65,8 @@ _dbs_args+=(unstable)
6465git clone https://salsa.debian.org/installer-team/debootstrap.git debootstrap.git
6566export DEBOOTSTRAP_DIR=` pwd` /debootstrap.git
6667sudo -E ./debootstrap.git/debootstrap " ${_dbs_args[@]} " ./unstable-chroot/ http://cdn-aws.deb.debian.org/debian
68+ sudo mount sysfs ./unstable-chroot/sys -t sysfs
69+ sudo mount proc ./unstable-chroot/proc -t proc
6770cp -a libmongocrypt ./unstable-chroot/tmp/
6871sudo chroot ./unstable-chroot /bin/bash -c ' (set -o xtrace && \
6972 apt-get install -y build-essential git-buildpackage fakeroot debhelper cmake curl ca-certificates libssl-dev pkg-config libbson-dev libintelrdfpmath-dev python3-packaging && \
You can’t perform that action at this time.
0 commit comments