authorgravatar for johnnymarler@gmail.comJonathan Marler <johnnymarler@gmail.com> 2021-09-14 10:29:01-06:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-09-15 13:47:09-04:00
loge5fd45003e56f152364a4bdc609fda07a6b524fd
tree349831dad6ffc24e52c0a12f0cdf3f1592c5e9c7
parente06052f201a63edd772ffade74551d159c7a7784

azure pipeline fix removal of recently run exe

The following is an azure failure that occured Sep 13: del : Cannot remove item D:\a\1\s\sfx.exe: The process cannot access the file 'D:\a\1\s\sfx.exe' because it is being used by another process. Windows will keep a hold of recently run exeutables even after their process has exited. To avoid this I've just removed the deletion of the exe file. It's about 70 MB so it's probably OK.

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

ci/azure/pipelines.yml-1
...@@ -40,7 +40,6 @@ jobs:...@@ -40,7 +40,6 @@ jobs:
40 - powershell: |40 - powershell: |
41 (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-base-x86_64-20210725.sfx.exe", "sfx.exe")41 (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-base-x86_64-20210725.sfx.exe", "sfx.exe")
42 .\sfx.exe -y -o\42 .\sfx.exe -y -o\
43 del sfx.exe
44 displayName: Download/Extract/Install MSYS243 displayName: Download/Extract/Install MSYS2
45 - script: |44 - script: |
46 @REM install updated filesystem package first without dependency checking45 @REM install updated filesystem package first without dependency checking