Skip to content

CI/CD is failing #38

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

Closed
3 tasks
jackjansen opened this issue May 2, 2023 · 3 comments
Closed
3 tasks

CI/CD is failing #38

jackjansen opened this issue May 2, 2023 · 3 comments
Assignees

Comments

@jackjansen
Copy link
Contributor

While working on #33 and #34 I noticed the GitHub Actions are failing, for all platforms.

Issues identified so far:

@jackjansen jackjansen self-assigned this May 2, 2023
@jackjansen
Copy link
Contributor Author

For Mac this has been worked around (I wouldn't call it fixed:-) with f063f63. This does three things:

  • pin the Python version to 3.10 in CMakeLists.txt
  • ensure [email protected] is installed with brew, in scripts/install-3rdparty-osx1015.sh
  • in scripts/buildall.sh, find the correct python prefix and pass it to cmake as Python3_ROOT_DIR. This ensures that cmake finds the correct Python for your architecture if you have both Silicon and Intel pythons installed with brew .

@jackjansen
Copy link
Contributor Author

Linux problem was tentatively solved in 1855c62 by temporarily adding the Focal Fosse repos. Remember to report back in the k4a repo if this works.

@jackjansen
Copy link
Contributor Author

Windows issue was solved by fixing a typo in a URL.

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

No branches or pull requests

1 participant