Skip to content

Commit

Permalink
GODRIVER-2792 Use Ubuntu 20.04 for Serverless. (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale committed Jun 21, 2023
1 parent e748329 commit 3eaecef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2357,6 +2357,11 @@ axes:
run_on: ubuntu1804-build
variables:
GO_DIST: "/opt/golang/go1.20"
- id: "ubuntu2004-go-1-20"
display_name: "Ubuntu 20.04"
run_on: ubuntu2004-build
variables:
GO_DIST: "/opt/golang/go1.20"
- id: "macos11-go-1-20"
display_name: "MacOS 11.0"
run_on: macos-1100
Expand Down Expand Up @@ -2716,7 +2721,7 @@ buildvariants:
- name: ".load-balancer"

- matrix_name: "serverless"
matrix_spec: { os-ssl-40: ["ubuntu1804-64-go-1-20"] }
matrix_spec: { os-ssl-40: ["ubuntu2004-go-1-20"] }
display_name: "Serverless ${os-ssl-40}"
tasks:
- "serverless_task_group"
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ GCP_PRIVATE_KEY="${cse_gcp_private_key}" \
CSFLE_TLS_CA_FILE="$CSFLE_TLS_CA_FILE" \
CSFLE_TLS_CERTIFICATE_KEY_FILE="$CSFLE_TLS_CERTIFICATE_KEY_FILE" \
CRYPT_SHARED_LIB_PATH=$CRYPT_SHARED_LIB_PATH \
make $MAKEFILE_TARGET \
PKG_CONFIG_PATH=$PKG_CONFIG_PATH \
LD_LIBRARY_PATH=$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH \
make $MAKEFILE_TARGET

0 comments on commit 3eaecef

Please sign in to comment.