MASTER BRANCH FAILING IN TRAVIS (libverilogAST missing)
Closed this issue · 5 comments
Master branch has been failing for almost a month now. Why is no one fixing this? Current problem seems to be here:
E OSError: libverilogAST.so: cannot open shared object file: No such file or directory
The command "docker exec -i garnet bash -c "/garnet/.travis/run.sh"" exited with 4.
I will pin all the repos that don't have backward compatibilities.
To be clear: this is the error that I see in the travis log:
E OSError: libverilogAST.so: cannot open shared object file: No such file or directory
The command "docker exec -i garnet bash -c "/garnet/.travis/run.sh"" exited with 4.
This is due to the new changes in coreir and incorrect build setup in pycoreir. pycoreir builds did not produce a valid wheel (in fact, no wheel is produced for linux: https://pypi.org/project/coreir/2.0.21/#files).
I will hammer down all the breaking changes to return garnet into green state. We can discuss how to maintain garnet tomorrow.