mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-11 17:54:44 +00:00
Essentially, something is attempting to build the Yosys EXE when you build libyosys.so now. With `ENABLE_PYTHON_CONFIG_EMBED=0`, the Yosys EXE will always fail to build. Furthermore, because `ENABLE_PYOSYS` now attempts to build a wheel, building a wheel has become recursive. This commit uses a supplementary set of libs for the EXE (EXE_LIBS) so it and libyosys.so can be built simultaneously, as well as a new Makefile flag, `ENABLE_WHEEL`, to prevent the aforementioned recursion. I also enabled aarch64 Linux in the CI because it's publicly available now. |
||
---|---|---|
.. | ||
wheels | ||
codeql.yml | ||
extra-builds.yml | ||
prepare-docs.yml | ||
source-vendor.yml | ||
test-build.yml | ||
test-compile.yml | ||
test-verific.yml | ||
update-flake-lock.yml | ||
version.yml | ||
wheels.yml |