bsc-pm / dlb

DLB (Dynamic Load Balancing) library is a tool, transparent to the user, that will dynamically react to the application imbalance modifying the number of resources at any given time.
https://pm.bsc.es/dlb
GNU Lesser General Public License v3.0
21 stars 6 forks source link

test failure #2

Closed Alessandro-Barbieri closed 3 years ago

Alessandro-Barbieri commented 3 years ago

I've packaged dlb for the gentoo overlay guru but our CI failed at testing it https://bugs.gentoo.org/784698

Build log: https://784698.bugs.gentoo.org/attachment.cgi?id=701454

vlopezh commented 3 years ago

DLB tests are performed using the static libraries. Remove --disable-static from the configure line and they should work.

Alessandro-Barbieri commented 3 years ago

thanks