commit 266e2e9a313de6345e459fe8c1fd5f647e9132eb (tree)
parent 06f70c030af35d052784cd448f779c21cb9ea177
Author: Andrew Kelley <andrew@ziglang.org>
Date: Wed, 21 Dec 2022 17:17:28 -0700
Revert "CI: workaround git bug regarding changed attributes"
This reverts commit aa44512b8511e18a334dcee55c1d9ae5d5aba842.
This commit is no longer needed.
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git 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