dss-extensions / dss-extensions/DSS-Python
CI: warnings when building macOS binaries on GA
- 主要语言
- Python
- 星标
- 78
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
描述
The build process on GitHub Actions (GA) is warning about versions:
> Warning: This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 10_13 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET:
> Warning: st.macosx-10.9-universal2/wheel/dss_python_backend/libklusolvex.dylib[WARNING] This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 10_13 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET:
Since the lowest supported version on GA is 11, if someone has issues in actual usage, please let us know here.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先检查用于构建 macOS Python wheels 的 GitHub Actions workflow,以及用于随附 libklusolvex.dylib 的 deployment-target 设置。在受支持的 macOS 版本上重现构建警告,然后验证在保留所述 macOS 支持的同时,workflow 是否可以在没有警告的情况下完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, macos, python
- 领域
- build-system, ci-cd
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100