1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 13:50:00 +00:00

Pin ccache to 4.8.3 on AppVeyor (#6519)

Using ccache 4.9 leads to puzzling errors such as C1090 "PDB API call
failed, error code '23'" when building for x64.
This commit is contained in:
Mike Gelfand 2024-01-11 06:55:36 +00:00 committed by GitHub
parent 852fa6d169
commit 7e68cfc7e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ for:
choco install nasm
choco install jom
choco install wixtoolset --version 3.11.2
choco install ccache
choco install ccache --version 4.8.3
Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win32) -Recurse
Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win64) -Recurse