You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// protected open fun hasLockFile(projectDir: File) = null
However, the Conan community itself does not seem to have defined best practices for lock file handling yet (where to commit or deploy them etc.), also see conan-io/conan#9999.
The text was updated successfully, but these errors were encountered:
In that context also variant management via lockfile bundles is a topic, as variants are effectively managed via different lock files for the same Conan project.
// TODO: Support lockfiles which are located in a different directory than the definition file.
sschuberth
changed the title
Add support for Conan lock files
Support Conan lockfiles which are located in a different directory than the definition file
Jan 26, 2023
ort/analyzer/src/main/kotlin/managers/Conan.kt
Lines 92 to 93 in 5223888
However, the Conan community itself does not seem to have defined best practices for lock file handling yet (where to commit or deploy them etc.), also see conan-io/conan#9999.
The text was updated successfully, but these errors were encountered: