File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 with :
6161 path : ${{ env.CROSS_BUILD_PYTHON }}/config.cache
6262 # Include env.pythonLocation in key to avoid changes in environment when setup-python updates Python.
63- # Include the hash of `Tools/wasm/wasi.py` as it may change the environment variables.
63+ # Include the hash of `Tools/wasm/wasi/__main__ .py` as it may change the environment variables.
6464 # (Make sure to keep the key in sync with the other config.cache step below.)
65- key : ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ env.WASI_SDK_VERSION }}-${{ env.WASMTIME_VERSION }}-${{ inputs.config_hash }}-${{ hashFiles('Tools/wasm/wasi.py') }}-${{ env.pythonLocation }}
65+ key : ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ env.WASI_SDK_VERSION }}-${{ env.WASMTIME_VERSION }}-${{ inputs.config_hash }}-${{ hashFiles('Tools/wasm/wasi/__main__ .py') }}-${{ env.pythonLocation }}
6666 - name : " Configure build Python"
6767 run : python3 Tools/wasm/wasi configure-build-python -- --config-cache --with-pydebug
6868 - name : " Make build Python"
7272 with :
7373 path : ${{ env.CROSS_BUILD_WASI }}/config.cache
7474 # Should be kept in sync with the other config.cache step above.
75- key : ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ env.WASI_SDK_VERSION }}-${{ env.WASMTIME_VERSION }}-${{ inputs.config_hash }}-${{ hashFiles('Tools/wasm/wasi.py') }}-${{ env.pythonLocation }}
75+ key : ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ env.WASI_SDK_VERSION }}-${{ env.WASMTIME_VERSION }}-${{ inputs.config_hash }}-${{ hashFiles('Tools/wasm/wasi/__main__ .py') }}-${{ env.pythonLocation }}
7676 - name : " Configure host"
7777 # `--with-pydebug` inferred from configure-build-python
7878 run : python3 Tools/wasm/wasi configure-host -- --config-cache
You can’t perform that action at this time.
0 commit comments