Skip to content

Commit

Permalink
GODRIVER-2792 Include RHEL 8.7 for 3.6 server
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 11, 2023
1 parent d859b77 commit 7fd65b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2312,6 +2312,11 @@ axes:
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
GO_DIST: "C:\\golang\\go1.20"
VENV_BIN_DIR: "Scripts"
- id: "rhel87-64-go-1-20"
display_name: "RHEL 8.7"
run_on: rhel8.7-large
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 @@ -2786,7 +2791,6 @@ buildvariants:
display_name: "AZURE KMS"
run_on:
- debian11-small
expansions:
expansions:
GO_DIST: "/opt/golang/go1.20"
tasks:
Expand Down

0 comments on commit 7fd65b7

Please sign in to comment.