authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-21 17:17:28-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-21 17:17:28-07:00
log266e2e9a313de6345e459fe8c1fd5f647e9132eb
tree0dad0d035abafd6389da5649ed3c1c40e82ada4e
parent06f70c030af35d052784cd448f779c21cb9ea177

Revert "CI: workaround git bug regarding changed attributes"

This reverts commit aa44512b8511e18a334dcee55c1d9ae5d5aba842. This commit is no longer needed.

1 files changed, 0 insertions(+), 5 deletions(-)

ci/aarch64-windows.ps1-5
...@@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") {...@@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") {
31 git fetch --unshallow # `git describe` won't work on a shallow repo31 git fetch --unshallow # `git describe` won't work on a shallow repo
32}32}
3333
34# Fix files that have their gitattributes changed
35git rm -rf lib
36git restore --staged lib
37git checkout lib
38
39Write-Output "Building from source..."34Write-Output "Building from source..."
40Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore35Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore
41New-Item -Path 'build-release' -ItemType Directory36New-Item -Path 'build-release' -ItemType Directory