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: macOS job improvements #155

Merged
merged 2 commits into from
Dec 13, 2023
Merged

Conversation

lzaoral
Copy link
Member

@lzaoral lzaoral commented Dec 13, 2023

No description provided.

Fixes: 56ceca8 (ci: add a macOS GitHub Actions workflow)
@lzaoral lzaoral added the ci CI related changes label Dec 13, 2023
@lzaoral lzaoral requested a review from kdudka December 13, 2023 08:37
@lzaoral lzaoral self-assigned this Dec 13, 2023
Hopefully fixes the following error happening in the macOS Ci
intermittently:
```
-- Found Boost: /usr/local/lib/cmake/Boost-1.83.0/BoostConfig.cmake (found version "1.83.0") found components: filesystem program_options regex system json nowide
-- Found Python3: /usr/local/Frameworks/Python.framework/Versions/3.12/bin/python3.12 (found version "3.12.0") found components: Development Interpreter Development.Module Development.Embed
CMake Error at /usr/local/lib/cmake/Boost-1.83.0/BoostConfig.cmake:141 (find_package):
  Found package configuration file:
-- Configuring incomplete, errors occurred!

    /usr/local/lib/cmake/boost_python-1.83.0/boost_python-config.cmake

  but it set boost_python_FOUND to FALSE so package "boost_python" is
  considered to be NOT FOUND.  Reason given by package:

  No suitable build variant has been found.

  The following variants have been tried and rejected:

  * libboost_python311-mt.dylib (3.11, Boost_PYTHON_VERSION=3.12)

  * libboost_python311-mt.a (3.11, Boost_PYTHON_VERSION=3.12)

  * libboost_python311.dylib (3.11, Boost_PYTHON_VERSION=3.12)

  * libboost_python311.a (3.11, Boost_PYTHON_VERSION=3.12)

Call Stack (most recent call first):
  /usr/local/lib/cmake/Boost-1.83.0/BoostConfig.cmake:262 (boost_find_component)
  /usr/local/Cellar/cmake/3.27.7/share/cmake/Modules/FindBoost.cmake:594 (find_package)
  src/CMakeLists.txt:104 (find_package)
  src/CMakeLists.txt:137 (build_pycsdiff)
```
@lzaoral lzaoral merged commit 4f43fe8 into csutils:main Dec 13, 2023
24 of 29 checks passed
@lzaoral lzaoral deleted the ci-macos-improvements branch December 13, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants