[TEMP] Try disabling LLVM IR bitcode and upload rust target folder to cache

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello
2023-11-09 22:14:32 +02:00
parent 30a5041799
commit f113fda6d4
6 changed files with 85 additions and 41 deletions

View File

@@ -5,14 +5,22 @@
"homepage": "https://github.com/webmproject/libvpx",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
},
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
"name": "yasm",
"host": true,
"features": [
"tools"
],
"platform": "!(windows & !mingw)"
}
],
"features": {