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 building conan pkg from source #2

Merged
merged 2 commits into from
Aug 10, 2022
Merged

Fix building conan pkg from source #2

merged 2 commits into from
Aug 10, 2022

Conversation

atimin
Copy link
Member

@atimin atimin commented Aug 10, 2022

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CHANGELOG.md have been updated (for bug fixes / features / docs)

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Conan package couldn't be built from source:

CMake Error: The source directory "/home/atimin/.conan/data/drift_protocol/0.2.0-b.2576187115/drift/develop/build/82b48852392ca112918cfe2d48d75f33262ebdc9/cpp" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
drift_protocol/0.2.0-b.2576187115@drift/develop: 
drift_protocol/0.2.0-b.2576187115@drift/develop: WARN: Package binary is corrupted, removing: 82b48852392ca112918cfe2d48d75f33262ebdc9
drift_protocol/0.2.0-b.2576187115@drift/develop: WARN: Build folder is dirty, removing it: /home/atimin/.conan/data/drift_protocol/0.2.0-b.2576187115/drift/develop/build/82b48852392ca112918cfe2d48d75f33262ebdc9
drift_protocol/0.2.0-b.2576187115@drift/develop: ERROR: Package '82b48852392ca112918cfe2d48d75f33262ebdc9' build failed
drift_protocol/0.2.0-b.2576187115@drift/develop: WARN: Build folder /home/atimin/.conan/data/drift_protocol/0.2.0-b.2576187115/drift/develop/build/82b48852392ca112918cfe2d48d75f33262ebdc9
ERROR: drift_protocol/0.2.0-b.2576187115@drift/develop: Error in build() method, line 46

What is the new behavior?

I fixed directory path

Does this PR introduce a breaking change?**

Not

Other information:

@atimin atimin merged commit cabfebb into develop Aug 10, 2022
@atimin atimin deleted the fix-conan branch August 10, 2022 09:49
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.

None yet

1 participant