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