Skip to content

Commit

Permalink
try build cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Mar 4, 2024
1 parent e36920c commit ebf4128
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/bigdl-build-portable-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ jobs:
build-cpython:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
with:
toolset: 14.2
- uses: ilammy/msvc-dev-cmd@v1
- name: Check env
- uses: actions/checkout@v4
with:
repository: 'python/cpython'
ref: '3.9'
- name: Build cpython
run: |
cl.exe --version
cd Tools/msi
buildrelease.bat -x64 --skip-doc --skip-nuget --skip-msi

0 comments on commit ebf4128

Please sign in to comment.