3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00

Merge pull request #4643 from donn/fix_wheels

wheels: fix missing yosys-abc/share directory
This commit is contained in:
Miodrag Milanović 2024-10-09 18:05:58 +02:00 committed by GitHub
commit ecec156965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 105 additions and 23 deletions

View file

@ -110,7 +110,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET=11
makeFlags='BOOST_PYTHON_LIB=./boost/pfx/lib/libboost_python*.a CONFIG=clang'
CIBW_BEFORE_BUILD: bash ./.github/workflows/wheels/cibw_before_build.sh
CIBW_TEST_COMMAND: python3 -c "from pyosys import libyosys as ys;d=ys.Design();ys.run_pass('help', d)"
CIBW_TEST_COMMAND: python3 {project}/tests/arch/ecp5/add_sub.py
- uses: actions/upload-artifact@v4
with:
name: python-wheels-${{ matrix.os.runner }}