Skip to content

Commit 3eaecef

Browse files
authored
GODRIVER-2792 Use Ubuntu 20.04 for Serverless. (#1301)
1 parent e748329 commit 3eaecef

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.evergreen/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,11 @@ axes:
23572357
run_on: ubuntu1804-build
23582358
variables:
23592359
GO_DIST: "/opt/golang/go1.20"
2360+
- id: "ubuntu2004-go-1-20"
2361+
display_name: "Ubuntu 20.04"
2362+
run_on: ubuntu2004-build
2363+
variables:
2364+
GO_DIST: "/opt/golang/go1.20"
23602365
- id: "macos11-go-1-20"
23612366
display_name: "MacOS 11.0"
23622367
run_on: macos-1100
@@ -2716,7 +2721,7 @@ buildvariants:
27162721
- name: ".load-balancer"
27172722

27182723
- matrix_name: "serverless"
2719-
matrix_spec: { os-ssl-40: ["ubuntu1804-64-go-1-20"] }
2724+
matrix_spec: { os-ssl-40: ["ubuntu2004-go-1-20"] }
27202725
display_name: "Serverless ${os-ssl-40}"
27212726
tasks:
27222727
- "serverless_task_group"

.evergreen/run-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ GCP_PRIVATE_KEY="${cse_gcp_private_key}" \
115115
CSFLE_TLS_CA_FILE="$CSFLE_TLS_CA_FILE" \
116116
CSFLE_TLS_CERTIFICATE_KEY_FILE="$CSFLE_TLS_CERTIFICATE_KEY_FILE" \
117117
CRYPT_SHARED_LIB_PATH=$CRYPT_SHARED_LIB_PATH \
118-
make $MAKEFILE_TARGET \
119118
PKG_CONFIG_PATH=$PKG_CONFIG_PATH \
120-
LD_LIBRARY_PATH=$LD_LIBRARY_PATH
119+
LD_LIBRARY_PATH=$LD_LIBRARY_PATH \
120+
make $MAKEFILE_TARGET

0 commit comments

Comments
 (0)