Skip to content

fix: core service launcher missing CADIntegration bin folder in path#1958

Merged
RobPasMue merged 9 commits into
mainfrom
fix/missing-cad-integration-bin
May 5, 2025
Merged

fix: core service launcher missing CADIntegration bin folder in path#1958
RobPasMue merged 9 commits into
mainfrom
fix/missing-cad-integration-bin

Conversation

@RobPasMue

@RobPasMue RobPasMue commented May 5, 2025

Copy link
Copy Markdown
Member

Description

Seems like LD_LIBRARY_PATH (on Linux) and PATH (on Windows) need to have CADIntegration/bin defined... Also, prepending to both LD_LIBRARY_PATH and PATH to avoid import resolution issues

Issue linked

Closes #1955

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@RobPasMue RobPasMue self-assigned this May 5, 2025
@RobPasMue RobPasMue requested a review from a team as a code owner May 5, 2025 07:58
@github-actions github-actions Bot added the bug Something isn't working label May 5, 2025
@RobPasMue RobPasMue enabled auto-merge (squash) May 5, 2025 08:42
@RobPasMue RobPasMue disabled auto-merge May 5, 2025 08:58
@RobPasMue RobPasMue merged commit 09dd8b9 into main May 5, 2025
35 of 36 checks passed
@RobPasMue RobPasMue deleted the fix/missing-cad-integration-bin branch May 5, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use RPaths & env config from withing the core service binaries

3 participants