mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-08 23:35:08 +00:00
hotfix: don't use uv when building wheels
This commit is contained in:
parent
f170c0f346
commit
3a54ed6916
2 changed files with 1 additions and 5 deletions
5
.github/workflows/wheels.yml
vendored
5
.github/workflows/wheels.yml
vendored
|
|
@ -54,11 +54,6 @@ jobs:
|
|||
fetch-depth: 0
|
||||
submodules: true
|
||||
persist-credentials: false
|
||||
- if: ${{ matrix.os.family == 'linux' }}
|
||||
name: "[Linux] Install UV"
|
||||
shell: bash
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Get FFI
|
||||
shell: bash
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -51,6 +51,7 @@ class libyosys_so_ext(Extension):
|
|||
"ENABLE_TCL=0",
|
||||
"ENABLE_READLINE=0",
|
||||
"ENABLE_EDITLINE=0",
|
||||
"PYOSYS_USE_UV=0", # + install requires takes its role when building wheels
|
||||
# Always compile and include ABC in wheel
|
||||
"ABCEXTERNAL=",
|
||||
# Show compile commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue