macOS CI failures
未關閉
- 主要語言
- C++
- 星號
- 537
- 分支
- 223
- 平均合併
- 11 小時 22 分鐘
- 30 天內合併 PR
- 2
描述
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`.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
在 CI 設定中搜尋所示的 `faber` 呼叫和 `--with-boost-include` 選項。驗證 macOS 工作如何解析 Boost 安裝位置,然後確認該工作不再依賴硬編碼的 `/opt/homebrew/Cellar/boost/1.86.0/include` 路徑。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- cpp, macos
- 領域
- build-system, ci-cd
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 50/100