Skip to content

Commit d8684be

Browse files
committed
CDRIVER-4112 use arm64 hosts for rpm-package-build
1 parent 07cb185 commit d8684be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.evergreen/build_snapshot_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ done
3939

4040
package=mongo-c-driver
4141
spec_file=../mongo-c-driver.spec
42-
config=${MOCK_TARGET_CONFIG:=fedora-34-x86_64}
42+
config=${MOCK_TARGET_CONFIG:=fedora-35-aarch64}
4343

4444
if [ ! -x /usr/bin/rpmbuild -o ! -x /usr/bin/rpmspec ]; then
4545
echo "Missing the rpmbuild or rpmspec utility from the rpm-build package"

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27282,7 +27282,7 @@ buildvariants:
2728227282
- debian-package-build
2728327283
- name: rpm-package-build
2728427284
distros:
27285-
- rhel80-test
27285+
- rhel82-arm64-small
2728627286
batchtime: 1440
2728727287
- name: tsan-ubuntu
2728827288
display_name: Thread Sanitizer (TSAN) Tests (Ubuntu 18.04)

.evergreen/spec.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- mongo-c-driver.spec.orig 2020-11-30 10:07:51.831526659 -0500
2-
+++ mongo-c-driver.spec 2020-11-30 10:09:59.029834450 -0500
1+
--- mongo-c-driver.spec.orig 2021-07-29 18:30:42.094477733 -0400
2+
+++ mongo-c-driver.spec 2021-07-29 18:31:06.347021236 -0400
33
@@ -10,14 +10,14 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
@@ -33,7 +33,7 @@
3333

3434
%description devel
3535
This package contains the header files and development libraries
36-
@@ -128,7 +126,6 @@
36+
@@ -130,7 +128,6 @@
3737
%endif
3838
-DENABLE_EXAMPLES:BOOL=OFF \
3939
-DENABLE_UNINSTALL:BOOL=OFF \

0 commit comments

Comments
 (0)