File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export DEBOOTSTRAP_DIR=`pwd`/debootstrap.git
47
47
sudo -E ./debootstrap.git/debootstrap --variant=buildd unstable ./unstable-chroot/ http://cdn-aws.deb.debian.org/debian
48
48
cp -a mongoc ./unstable-chroot/tmp/
49
49
sudo chroot ./unstable-chroot /bin/bash -c ' (\
50
- apt-get install -y build-essential git-buildpackage fakeroot debhelper cmake libssl-dev pkg-config python3-sphinx python3-sphinx-design zlib1g-dev libsasl2-dev libsnappy-dev libzstd -dev libmongocrypt -dev libjs-mathjax libutf8proc-dev furo && \
50
+ apt-get install -y build-essential git-buildpackage fakeroot dpkg-dev debhelper cmake libssl-dev pkgconf python3-sphinx python3-sphinx-design furo libmongocrypt-dev zlib1g-dev libsasl2-dev libsnappy-dev libutf8proc -dev libzstd -dev libjs-mathjax && \
51
51
chown -R root:root /tmp/mongoc && \
52
52
cd /tmp/mongoc && \
53
53
git clean -fdx && \
@@ -83,7 +83,7 @@ sudo chroot ./unstable-chroot /bin/bash -c "(\
83
83
sudo -E ./debootstrap.git/debootstrap --variant=buildd --arch i386 unstable ./unstable-i386-chroot/ http://cdn-aws.deb.debian.org/debian
84
84
cp -a mongoc ./unstable-i386-chroot/tmp/
85
85
sudo chroot ./unstable-i386-chroot /bin/bash -c ' (\
86
- apt-get install -y build-essential git-buildpackage fakeroot debhelper cmake libssl-dev pkg-config python3-sphinx python3-sphinx-design zlib1g-dev libsasl2-dev libsnappy-dev libzstd -dev libmongocrypt -dev libjs-mathjax libutf8proc-dev furo && \
86
+ apt-get install -y build-essential git-buildpackage fakeroot dpkg-dev debhelper cmake libssl-dev pkgconf python3-sphinx python3-sphinx-design furo libmongocrypt-dev zlib1g-dev libsasl2-dev libsnappy-dev libutf8proc -dev libzstd -dev libjs-mathjax && \
87
87
chown -R root:root /tmp/mongoc && \
88
88
cd /tmp/mongoc && \
89
89
git clean -fdx && \
You can’t perform that action at this time.
0 commit comments