You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the dev-container from the current Dockerfile.dev, none of the VILLASnode-Examples can be executed, because they require the presence of the libxil shared library (https://github.com/VILLASframework/libxil). Because the last push of the dev image to Docker hub happened over 6 months ago, the pipeline still uses an outdated image, in which this dependency was apparently not present. Therefore, the VILLASnode-Examples still work in the GitHub-Pipeline, but not locally.
Options to resolve this are:
When using the dev-container from the current
Dockerfile.dev
, none of the VILLASnode-Examples can be executed, because they require the presence of thelibxil
shared library (https://github.com/VILLASframework/libxil). Because the last push of the dev image to Docker hub happened over 6 months ago, the pipeline still uses an outdated image, in which this dependency was apparently not present. Therefore, the VILLASnode-Examples still work in the GitHub-Pipeline, but not locally.Options to resolve this are:
WITH_FPGA=OFF
option to disable the dependency (as in Disable VILLASfpga to remove libxil dependency #232 )The text was updated successfully, but these errors were encountered: