Closed JTS22 closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This is better fixed by this: https://github.com/VILLASframework/node/pull/694 which includes this https://github.com/VILLASframework/libxil/pull/8 which fixes the install path for libxil.so. It was installed to /usr/local/lib while all other villas libraries were installed to /usr/local/lib64
I agree with @n-eiling
Great, thank you @n-eiling @stv0g ! I added the use of the updated VILLASnode version as a solution in #231.
We will go for another solution as described in #231
Sets the
WITH_FPGA=OFF
compile flag for VILLASnode in the Dockerfile.dev to remove a dependency on the shared librarylibxil
, which is currently not installed in the container. Merging this PR should probably be followed by an update for the images on Docker Hub via thecontainer
workflow. Closes #231