actions / actions/setup-python
Add options for Python with Precompiled stdlib and debug binaries
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 2.2k
- フォーク
- 739
- 平均マージ
- 6日 18時間
- マージ済み PR(30日)
- 1
説明
I wonder if it would be viable to give a parameter for advanced usages in this action. For example I need this exact setup as in the title.
LINK : fatal error LNK1104: cannot open file 'python38_d.lib'
We need a Python interpreter that is shipped with libpython and header files.
Since ever I need to download the Python setup and deinstall with it the same version from the CI just to install with the following command:
setup.exe /quiet Include_debug=1 Include_dev=1 Include_lib=1 Include_pip=1 PrependPath=1 CompileAll=1 InstallAllUsers=1 TargetDir=<workspace-dir>\Python38-x64-dbg\
Would be really cool to see such options here as well, so I (we?) can easily setup the Python installation for a build matrix for example.
cc: actions/virtual-environments#786
cc: actions/setup-python#85
cc: actions/python-versions#16
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、action の既存の Python セットアップ動作と、リンクされている setup-python のコンテキストを確認します。パラメーターによって、プリコンパイル済みの標準ライブラリ、デバッグ、開発、ライブラリ、pip、およびインストールのオプションをどのように提供するかを定義します。要求された Python インストールを、Windows インストーラーを手動で実行せずにビルドマトリックス向けに構成できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python, typescript
- 領域
- ci-cd
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100