You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .evergreen/config.json
+34-12Lines changed: 34 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"variants": {
3
3
"run_on": [
4
-
"ubuntu1604-large",
4
+
"ubuntu2004-large",
5
5
"windows-vsCurrent-large",
6
6
"rhel76-large",
7
7
["macos-1100", { "gui": "macos-1100-gui" }],
@@ -21,15 +21,25 @@
21
21
"package": [
22
22
{
23
23
"name": "compass",
24
-
"vars": { "compass_distribution": "compass" }
24
+
"vars": { "compass_distribution": "compass" },
25
+
"//": "We are explicitly packaging on the EOL version of Ubuntu so that Compass (or rather compiled native dependencies) works on Ubuntu versions starting from this versions",
"//": "MongoDB 4.0 / 4.2 Enterprise doesn't work on Ubuntu 20.04 without additional dependencies installed, it's easier to use an older machine than install missing dependencies as machines we are using are stateful",
0 commit comments