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

CI: Fix macOS builds #368

Merged
merged 5 commits into from
Aug 22, 2024
Merged

CI: Fix macOS builds #368

merged 5 commits into from
Aug 22, 2024

Conversation

Adrian-Stanea
Copy link
Contributor

  1. Removed deprecated macOS-11 job
  2. Fix libiio build from sources issue
  • Resolved issues with building libiio from source by ensuring the setuptools package is included and specifying the explicit path for the Python executable.
  • Changes are related to commit: analogdevicesinc/libiio@18df990
  1. Refactored dependency installation and build scripts for libm2k

- When building libiio from sources we now require setuptools and
to specify the python version cmake should use as defined in: analogdevicesinc/libiio@18df990

Signed-off-by: Adrian Stanea <[email protected]>
Signed-off-by: Adrian Stanea <[email protected]>
- Allows specifying the Python executable path due to multiple Python
versions on Azure macOS containers.
- Necessary because distutils is deprecated in Python 3.12, the default
version on Azure macOS agents.
- This commit uses the Python3.11 executable set at the beginning of the pipeline.
The chnage was necessary because distutils was deprecated and removed in Python 3.12

Signed-off-by: Adrian Stanea <[email protected]>
@AlexandraTrifan AlexandraTrifan merged commit 96480e7 into main Aug 22, 2024
12 checks passed
@AlexandraTrifan AlexandraTrifan deleted the ci-fix-macOS branch August 22, 2024 12:04
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.

2 participants