macOS CI failures

Open
#471 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
50/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
cpp, macos

Research direction

Search the CI configuration for the shown faber invocation and the --with-boost-include option. Verify how the macOS job resolves the Boost installation, then confirm that the job no longer depends on the hardcoded /opt/homebrew/Cellar/boost/1.86.0/include path.

Written by the indexing model from the issue text.

Description

The macOS CI fails because of the hardcoded path to Boost here

faber \
    --with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \

This should probably be $(brew --prefix boost)/include.

Dominant language
C++
Stars
537
Forks
223
Avg merge
11h 22m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from boostorg/python

All issues in boostorg/python

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.