Skip to content

Add macOS support

Benjamin Bertrand requested to merge macos-support into main

Add macOS packages and enable telemetry support.

On conda-forge, we have x86_64 macOS runners and cross-compile for osx-arm64. On gitlab, the macOS runners are arm64. We compile natively. We have to use our own omniorb because the cross-compiled one doesn't include omniidl. See https://gitlab.com/tango-controls/conda/omniorb-feedstock We can install conda for x86 on arm64 and compile natively thanks to Rosetta.

Edited by Benjamin Bertrand

Merge request reports