YosysHQ / fpga-toolchain

Multi-platform nightly builds of open source FPGA tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve test_bin

edbordin opened this issue · comments

Various issues:

  • Something broke the string matching after upgrading to ubuntu 20.04
  • I am not running it on all the builds - vvp has accidentally ended up dynamically linked as a result
  • Darwin and Windows are currently not testing for static linking - should be able to kludge together a whitelist of system dylibs/dlls so that we can test all platforms
  • For linux we could spin up a container of a non-debian distro to check the binaries work without the system libs in the build environment.

mostly fixed in #22 - will make a separate issue for testing the binaries in a container