diff options
| author | Maria Prinus <138075642+MariaPrinus@users.noreply.github.com> | 2024-07-24 09:22:06 -0700 |
|---|---|---|
| committer | MongoDB Bot <mongo-bot@mongodb.com> | 2024-07-24 17:33:09 +0000 |
| commit | 7a4986e954051e9c657f7a353e47534eb6676b0a (patch) | |
| tree | b78b8940805ec60b8510661a159ccc825dcd8412 | |
| parent | f8b249c612adc1bd73b357d7f9002df862cda6a2 (diff) | |
SERVER-92777 Replace "push_arch" with rhel88 to rhel8 to fix the URL (#25276)r8.0.0-rc15
GitOrigin-RevId: c478945a729858aa04ccdbe17a35d0841ae6af35
| -rw-r--r-- | etc/evergreen_yml_components/variants/rhel/test_release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/evergreen_yml_components/variants/rhel/test_release.yml b/etc/evergreen_yml_components/variants/rhel/test_release.yml index 63b9dbe446c..29864943ed4 100644 --- a/etc/evergreen_yml_components/variants/rhel/test_release.yml +++ b/etc/evergreen_yml_components/variants/rhel/test_release.yml @@ -47,7 +47,7 @@ buildvariants: push_path: linux push_bucket: downloads.mongodb.org push_name: linux - push_arch: x86_64-rhel88 + push_arch: x86_64-rhel8 compile_flags: >- --ssl MONGO_DISTMOD=rhel88 -j$(grep -c ^processor /proc/cpuinfo) @@ -141,7 +141,7 @@ buildvariants: push_path: linux push_bucket: downloads.mongodb.org push_name: linux - push_arch: aarch64-rhel88 + push_arch: aarch64-rhel8 compile_flags: >- --ssl MONGO_DISTMOD=rhel88 -j$(grep -c ^processor /proc/cpuinfo) @@ -181,7 +181,7 @@ buildvariants: push_path: linux push_bucket: downloads.10gen.com push_name: linux - push_arch: aarch64-enterprise-rhel88 + push_arch: aarch64-enterprise-rhel8 compile_flags: >- --ssl MONGO_DISTMOD=rhel88 -j$(grep -c ^processor /proc/cpuinfo) |
