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 @@ -1027,7 +1027,7 @@ tasks:
1027
1027
./build/hello_mongocxx
1028
1028
1029
1029
- name : debian-package-build
1030
- run_on : ubuntu1804-test
1030
+ run_on : debian12-latest-small
1031
1031
commands :
1032
1032
- func : " setup"
1033
1033
- command : shell.exec
@@ -1051,7 +1051,7 @@ tasks:
1051
1051
display_name : " deb.tar.gz"
1052
1052
1053
1053
- name : debian-package-build-mnmlstc
1054
- run_on : ubuntu1804-test
1054
+ run_on : debian12-latest-small
1055
1055
commands :
1056
1056
- func : " setup"
1057
1057
- command : shell.exec
You can’t perform that action at this time.
0 commit comments