Not sure if this is a Lumo issue but I'm not sure where to start with this... TravisCI builds of HoneySQL are failing with
/home/travis/.nvm/versions/node/v8.11.3/lib/node_modules/lumo-cljs/bin/lumo: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/travis/.nvm/versions/node/v8.11.3/lib/node_modules/lumo-cljs/bin/lumo)
@seancorfield I think I addressed that with https://github.com/jkk/honeysql/commit/96e63dce28c9585759214ac3f3e5cdab9eab179e
However probably Travis bumped node
No
I actually don't know why I am installing nvm there actually
Will take a look tomorrow, should be an easy fix, afk now
Thanks.
@richiardiandrea Just FYI, I updated all the HoneySQL dependencies (in project.clj
) and that made no difference to the GLIBCXX error on Travis...
@seancorfield cool did not have time but bear with me 😉