temporarily disabling building the c runtime

This commit is contained in:
Herbert Lange
2025-08-25 15:59:26 +02:00
parent 1166a49c26
commit ec4625bc88

View File

@@ -49,8 +49,8 @@ jobs:
- name: Build wheels on Windows - name: Build wheels on Windows
if: startsWith(matrix.os, 'windows') if: startsWith(matrix.os, 'windows')
env: # env:
CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install # CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install
run: | run: |
python -m cibuildwheel src/runtime/python --output-dir wheelhouse python -m cibuildwheel src/runtime/python --output-dir wheelhouse