Skip to content

Conversation

@uilianries
Copy link
Member

@uilianries uilianries commented Nov 25, 2025

Hi! This PR fixes the Tensorflow lite example build on GHA.

Some important points to understand the changes over this PR:

  • Excluded filter_exclusions to allow running Tensorflow on builds
  • Removed old rules for Jenkins build related to Tensorflow lite
  • Updated Conan lockfile

Initially, I tried to change as little as possible to make it work, but this resulted in several errors, as the lockfile is really old and some versions are no longer maintained in CCI, I needed to update it as follow:

-- Configuring done
2025-11-26T08:18:26.9422320Z CMake Error at /home/runner/.conan2/p/b/openca52dee07f21e3/b/build/Release/generators/ffmpeg-Target-release.cmake:231 (set_property):
2025-11-26T08:18:26.9422508Z The link interface of target "ffmpeg_ffmpeg_avcodec_DEPS_TARGET" contains:
2025-11-26T08:18:26.9422513Z
2025-11-26T08:18:26.9422596Z libwebp::libwebp
2025-11-26T08:18:26.9422600Z
2025-11-26T08:18:26.9422728Z but the target was not found

Updating it to 4.12.0, maintained on ConanCenterIndex, it works.

  • When building locally the examples2, I used CMake 4.1.z. The result was several errors due to outdated recipe revisions still not having the proper fix from CCI. To avoid further problems, I updated the lockfile to use the latest rrev available.

All tests were made on my fork due to the branch build: https://github.com/uilianries/conan-examples2/actions/runs/19697596083?pr=4

uilianries and others added 15 commits November 25, 2025 11:13
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
@uilianries uilianries marked this pull request as ready for review November 26, 2025 09:49
@uilianries uilianries requested a review from czoido November 26, 2025 09:49
@czoido czoido merged commit c596a20 into conan-io:main Nov 26, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants