Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GODRIVER-2792 Migrate CI to RHEL 8.7 #1362

Merged
merged 13 commits into from
Sep 12, 2023
Merged
Prev Previous commit
Next Next commit
GODRIVER-2792 Include RHEL 8.7 for 3.6 server
  • Loading branch information
prestonvasquez committed Sep 11, 2023
commit 7fd65b7173220b038fd42825aa8819558866b0ab
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
Loading