File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ if [ ! -z "${DEB_BUILD_PROFILES}" ]; then
20
20
echo " DEB_BUILD_PROFILES was set; building with profiles: ${DEB_BUILD_PROFILES} "
21
21
fi
22
22
23
+ git config user.email
" [email protected] "
24
+ git config user.name " Evergreen Build"
25
+
23
26
if [ " ${IS_PATCH} " = " true" ]; then
24
27
git diff HEAD > ../upstream.patch
25
28
git clean -fdx
@@ -54,6 +57,7 @@ cp -a mongo-cxx-driver ./unstable-chroot/tmp/
54
57
sudo DEB_BUILD_PROFILES=" ${DEB_BUILD_PROFILES} " chroot ./unstable-chroot /bin/bash -c "
55
58
(apt-get install -y ca-certificates cmake debhelper doxygen git libboost-dev libsasl2-dev libsnappy-dev libssl-dev libutf8proc-dev pkgconf zlib1g-dev build-essential curl fakeroot furo git-buildpackage python3-sphinx python3-sphinx-design && \
56
59
mkdir /tmp/mongo-c-driver && \
60
+ cd /tmp/mongo-c-driver && \
57
61
curl -o deb.tar.gz -L https://s3.amazonaws.com/mciuploads/mongo-c-driver/master/mongo-c-driver-debian-packages-latest.tar.gz && \
58
62
tar zxvf deb.tar.gz && \
59
63
apt-get install -y ./*.deb && \
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ tasks:
965
965
./build/hello_mongocxx
966
966
967
967
- name : debian-package-build
968
- run_on : ubuntu1804-test
968
+ run_on : debian12-latest-small
969
969
commands :
970
970
- func : " setup"
971
971
- command : shell.exec
@@ -989,7 +989,7 @@ tasks:
989
989
display_name : " deb.tar.gz"
990
990
991
991
- name : debian-package-build-mnmlstc
992
- run_on : ubuntu1804-test
992
+ run_on : debian12-latest-small
993
993
commands :
994
994
- func : " setup"
995
995
- command : shell.exec
You can’t perform that action at this time.
0 commit comments