Home
last modified time | relevance | path

Searched full:msys64 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dwindows.yml8 - msys64/var/cache
32 - If ( !(Test-Path -Path msys64\var\cache ) ) {
33 mkdir msys64\var\cache
38 - if ( Test-Path -Path msys64\var\cache\msys2.exe.sig ) {
40 …if ( ((Get-FileHash msys2.exe.sig).Hash -ne (Get-FileHash msys64\var\cache\msys2.exe.sig).Hash) ) {
42 Remove-Item -Path msys64\var\cache\msys2.exe.sig ;
43 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
44 Remove-Item -Path msys64\var\cache\msys2.exe
51 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
52 Remove-Item -Path msys64\var\cache\msys2.exe
[all …]