From 1252bd975c53203d61e665a8c35a9a2e935cecac Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Tue, 29 Apr 2025 19:47:29 -0400 Subject: [PATCH] Revert "Windows Ci: Ensure consistent EOL (#49377)" (#49705) This reverts commit f3257cea90987ec427adbb23ea5014d6045dacc5. This is now handled by spack/spack-infrastructure#1081 --- share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml index 649e3f0ef87..2d8aedf6d44 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml @@ -5,7 +5,6 @@ ci: - Write-Output "Done" before_script:: - - git config core.autocrlf true - fsutil 8dot3name set C:\ 0 - . .\share\spack\setup-env.ps1 - If (Test-Path -path C:\\key\intermediate_ci_signing_key.gpg) { spack.ps1 gpg trust C:\\key\intermediate_ci_signing_key.gpg }