From 266e2e9a313de6345e459fe8c1fd5f647e9132eb Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 21 Dec 2022 17:17:28 -0700 Subject: [PATCH] Revert "CI: workaround git bug regarding changed attributes" This reverts commit aa44512b8511e18a334dcee55c1d9ae5d5aba842. This commit is no longer needed. --- ci/aarch64-windows.ps1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/aarch64-windows.ps1 b/ci/aarch64-windows.ps1 index 0e43c1bf69..bf80d3a091 100644 --- a/ci/aarch64-windows.ps1 +++ b/ci/aarch64-windows.ps1 @@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") { git fetch --unshallow # `git describe` won't work on a shallow repo } -# Fix files that have their gitattributes changed -git rm -rf lib -git restore --staged lib -git checkout lib - Write-Output "Building from source..." Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore New-Item -Path 'build-release' -ItemType Directory