Skip to content

Commit 71d4b3d

Browse files
committed
Downgrade Git from v2.41.0 to v2.40.1
Git for Windows changed its SSL backend from OpenSSL to SChannel, but this breaks cloning for SSL certs that don't have a certificate revocation URL (git-for-windows/git#4467). For now, downgrade to v2.40.1 until that is resolved. Relates to: * https://gitlab.com/gitlab-org/gitlab-runner/-/issues/35848 * https://gitlab.com/gitlab-org/gitlab-runner/-/issues/35981 * https://gitlab.com/gitlab-org/gitlab-runner/-/issues/35994
1 parent 8b31bac commit 71d4b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/ci/_common.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
KUBECTL_VERSION: 1.23.0
1717
AWS_CLI_VERSION: 2.4.19
1818
DUMB_INIT_VERSION: "1.2.2"
19-
GIT_VERSION: "2.41.0"
19+
GIT_VERSION: "2.40.1"
2020
GIT_VERSION_BUILD: "1"
2121
GIT_LFS_VERSION: "3.3.0"
2222
YQ_VERSION: "4.30.5"
@@ -124,7 +124,7 @@ default:
124124

125125
.windows-dependency-checksums:
126126
variables:
127-
GIT_WINDOWS_AMD64_CHECKSUM: "c9cffc25e2ef81f51029138678b7bfc538a56095ec0538125dc790a01e20d77a"
127+
GIT_WINDOWS_AMD64_CHECKSUM: "36498716572394918625476ca207df3d5f8b535a669e9aad7a99919d0179848c"
128128
GIT_LFS_WINDOWS_AMD64_CHECKSUM: "1df5874f22c35c679159f0aaf9e24333051f52768eade0204d22200b79141743"
129129
PWSH_WINDOWS_AMD64_CHECKSUM: "CF0C8BD757EEC6434A5830352EA6F15ACE237296BB7E4AE778F7707583023AC3"
130130

0 commit comments

Comments
 (0)