Skip to content

Commit

Permalink
remove source-bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Jan 19, 2024
1 parent badad7b commit 933ec79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/clipper/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def build(self):

build_source_dir = self.build_path.parent.parent.as_posix()
self.output.info("Uploading debug symbols to sentry")
self.run(f"sentry-cli debug-files bundle-sources {os.path.join(build_source_dir, 'src', 'cpp')}")
self.run(f"sentry-cli debug-files upload --include-sources -o {sentry_org} -p {sentry_project} {build_source_dir}")

def package(self):
Expand Down

0 comments on commit 933ec79

Please sign in to comment.