-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AV component not being tested on Windows #122
Comments
Currently blocked by the fact that I'm unable to install ffmpeg from vcpkg due to problems with msys tool used in the installation. |
Which vcpkg tag are you using? There have been a few msys2 related failures in some past version of vcpkg, that should be fixed in the latest vcpkg version. For what regards ffmpeg, there are stil some problems in the .pc files installed by vcpkg, so if you have On a related note, @Tobias-Fisher recently enabled support for ffmpeg in ignition-common build in conda-forge also on Windows, and at least compilation seems to be working, see conda-forge/libignition-common-feedstock#14 . |
We are using |
Vcpkg devs recently tagged the 2020.11 it could male sense to try it. |
AV tests are running in Windows Jenkins CI, and they're passing since #135 |
Our CI isn't installing
ffmpeg
on Windows, so theav
component is being skipped.Besides being a problem for
ign-common
, the lack of support for AV on Windows meansign-gazebo
can't be built either.We started this branch to install the required dependencies:
gazebo-tooling/release-tools@master...ign_common
The first run with that branch was taking over 4 hours to build and install
ffmpeg
with vcpkg, so we aborted it:https://build.osrfoundation.org/job/ignition_common-ci-ign-common3-windows7-amd64/68/
The second run failed with:
Error log
The text was updated successfully, but these errors were encountered: