Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ const PACKAGE_BUILD_VARIANTS = [
{
name: 'package-ubuntu',
display_name: 'Package Ubuntu',

// # NOTE: We are packaging on Ubuntu 18.04 in order to use glibc 2.27
// # when compiling/re-building addons. This ensures compatibility with other
// # debian platforms that have glibc 2.27 or newer.
run_on: 'ubuntu1804-large',
run_on: 'ubuntu2004-large',
target_platform: 'ubuntu',
},
{
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildvariants:
expansions:
target_platform: ubuntu
display_name: Package Ubuntu
run_on: ubuntu1804-large
run_on: ubuntu2004-large
tasks:
- name: package-compass
- name: package-compass-isolated
Expand Down
Loading