From ebf41285f07b531994fc2ddce87d37368d49d86f Mon Sep 17 00:00:00 2001 From: jinbridge <2635480475@qq.com> Date: Mon, 4 Mar 2024 10:16:17 +0800 Subject: [PATCH] try build cpython --- .github/workflows/bigdl-build-portable-zip.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bigdl-build-portable-zip.yml b/.github/workflows/bigdl-build-portable-zip.yml index b3543fe612b..822a01174ec 100644 --- a/.github/workflows/bigdl-build-portable-zip.yml +++ b/.github/workflows/bigdl-build-portable-zip.yml @@ -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 \ No newline at end of file