Skip to content

Commit dc215d3

Browse files
committed
Python fixes
1 parent 54e737b commit dc215d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ jobs:
209209
digest: ${{ steps.digest.outputs.digest }}
210210
artifact-id: ${{ steps.artifact-upload.outputs.artifact-id }}
211211
steps:
212+
- name: Upload
213+
if: runner.os == 'Windows'
214+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
215+
with:
216+
path: |
217+
C:\hostedtoolcache\windows\Python\3.9.13\x64\
212218
- name: Setup crlf
213219
if: runner.os == 'Windows'
214220
run: |

llvm/utils/release/build_llvm_release.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ if "%force-msvc%" == "" (
191191
set common_lldb_flags=^
192192
-DLLDB_RELOCATABLE_PYTHON=1 ^
193193
-DLLDB_EMBED_PYTHON_HOME=OFF ^
194-
-DLLDB_ENABLE_PYTHON_LIMITED_API=OFF ^
195194
-DLLDB_ENABLE_LIBXML2=OFF
196195

197196
set cmake_profile_flags=""

0 commit comments

Comments
 (0)