Skip to content
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

Fix sources for local conanfile.py to use local files #384

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jean1995
Copy link
Member

@Jean1995 Jean1995 commented Dec 6, 2023

Fixes #368

Doing something like conan create . 7.6.3@jean/local01 (with conan 1.x) didn't work because it tried fetching the sources from some external url defined in a conandata.yml. This makes sense for the conanfile.py in the conan-center-index, but not locally in the GitHub repository. Instead, we just want to use the source files within this repository, which is done with export_sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conan export locally not working
1 participant