question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[question] get RREV from dependencies inside conanfile

See original GitHub issue

We are using revision_mode = "scm" for all our dependencies and we want to get the revision (=git commit id) from the dependencies inside the conanfile. Is there a possibility to achieve this?

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pasromcommented, Nov 15, 2022

Thank you for all your assistance.

1reaction
memshardedcommented, Nov 15, 2022

Note also, that for achieving that, you don’t really need to use the recipe_revision = "scm", but you can do the following:

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Question] Package_ID, PREV, RREV - howto #5368 - GitHub
PREV and RREV, if I search packages with --revisions and get a list, ... to take it in mind, smart deletion based on...
Read more >
Package Revisions — conan 1.55.0 documentation
In the client. When a recipe is exported, Conan calculates a unique ID (revision). For every change, a new recipe revision (RREV) will...
Read more >
Conan Documentation - Conan Docs
Get dependencies and generate build system files via conan install ... Install a package requirement from a conanfile.txt, saved in.
Read more >
Lockfiles — conan 1.25.2 documentation
Lockfiles are files that store the information of a dependency graph, ... if something in the recipe changes, it will get a new...
Read more >
Package ID modes: control the ABI and the traceability of your ...
It's highly configurable, from a mode taking into account only the name of the dependencies to other modes including any change in the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found