VCPKG port fixes

* Do not patch vcpkg - replace the cmake script fully
  * Actualize libvpx port

[skip ci]

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello
2023-11-15 12:47:33 +02:00
Unverified
parent 882b39b067
commit bfe282c2db
5 changed files with 85 additions and 72 deletions

View File

@@ -1225,9 +1225,7 @@ jobs:
- name: Install vcpkg dependencies
run: |
pushd $VCPKG_ROOT
git apply --ignore-space-change "$OLDPWD/res/vcpkg/0001-Extend-crosscompiling-efforts-to-other-architectures.patch"
popd
cp $PWD/res/vcpkg/linux.cmake $VCPKG_ROOT/scripts/toolchains/linux.cmake
$VCPKG_ROOT/vcpkg install --triplet arm-linux --x-install-root="$VCPKG_ROOT/installed"
shell: bash