Skip to content

Commit a6d2458

Browse files
authored
feat: raise glibc requirement to 2.31 COMPASS-9917 (#7400)
* run ubuntu packaging on 2004 * test eol on ubuntu20
1 parent 8d63966 commit a6d2458

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ const PACKAGE_BUILD_VARIANTS = [
2727
{
2828
name: 'package-ubuntu',
2929
display_name: 'Package Ubuntu',
30-
31-
// # NOTE: We are packaging on Ubuntu 18.04 in order to use glibc 2.27
32-
// # when compiling/re-building addons. This ensures compatibility with other
33-
// # debian platforms that have glibc 2.27 or newer.
34-
run_on: 'ubuntu1804-large',
30+
run_on: 'ubuntu2004-large',
3531
target_platform: 'ubuntu',
3632
},
3733
{
@@ -190,7 +186,7 @@ buildvariants:
190186

191187
- name: test-eol-servers
192188
display_name: Test EoL Servers
193-
run_on: ubuntu1804-large
189+
run_on: ubuntu2004-large
194190
patchable: false
195191
depends_on:
196192
- name: package-compass

.evergreen/buildvariants-and-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildvariants:
3535
expansions:
3636
target_platform: ubuntu
3737
display_name: Package Ubuntu
38-
run_on: ubuntu1804-large
38+
run_on: ubuntu2004-large
3939
tasks:
4040
- name: package-compass
4141
- name: package-compass-isolated
@@ -114,7 +114,7 @@ buildvariants:
114114
- name: smoketest-packaged-app
115115
- name: test-eol-servers
116116
display_name: Test EoL Servers
117-
run_on: ubuntu1804-large
117+
run_on: ubuntu2004-large
118118
patchable: false
119119
depends_on:
120120
- name: package-compass

0 commit comments

Comments
 (0)