We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfdb91 commit 21fa739Copy full SHA for 21fa739
.evergreen/build_snapshot_rpm.sh
@@ -39,7 +39,7 @@ done
39
40
package=mongo-cxx-driver
41
spec_file=../mongo-cxx-driver.spec
42
-config=${MOCK_TARGET_CONFIG:=fedora-36-aarch64}
+config=${MOCK_TARGET_CONFIG:=fedora-39-aarch64}
43
44
if [ ! -x /usr/bin/rpmbuild -o ! -x /usr/bin/rpmspec ]; then
45
echo "Missing the rpmbuild or rpmspec utility from the rpm-build package"
.mci.yml
@@ -1900,4 +1900,4 @@ buildvariants:
1900
- name: debian-package-build-mnmlstc
1901
- name: rpm-package-build
1902
distros:
1903
- - rhel82-arm64-small
+ - rhel90-arm64-small
0 commit comments