Skip to content

Commit 77b8021

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 bc4bb0f commit 77b8021

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
@@ -14,7 +14,7 @@ variables:
1414
KUBECTL_VERSION: 1.23.0
1515
AWS_CLI_VERSION: 2.4.19
1616
DUMB_INIT_VERSION: "1.2.2"
17-
GIT_VERSION: "2.41.0"
17+
GIT_VERSION: "2.40.1"
1818
GIT_VERSION_BUILD: "1"
1919
GIT_LFS_VERSION: "3.3.0"
2020
YQ_VERSION: "4.30.5"
@@ -123,7 +123,7 @@ default:
123123

124124
.windows-dependency-checksums:
125125
variables:
126-
GIT_WINDOWS_AMD64_CHECKSUM: "c9cffc25e2ef81f51029138678b7bfc538a56095ec0538125dc790a01e20d77a"
126+
GIT_WINDOWS_AMD64_CHECKSUM: "36498716572394918625476ca207df3d5f8b535a669e9aad7a99919d0179848c"
127127
GIT_LFS_WINDOWS_AMD64_CHECKSUM: "1df5874f22c35c679159f0aaf9e24333051f52768eade0204d22200b79141743"
128128
PWSH_WINDOWS_AMD64_CHECKSUM: "CF0C8BD757EEC6434A5830352EA6F15ACE237296BB7E4AE778F7707583023AC3"
129129

0 commit comments

Comments
 (0)