Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Shared libraries on CBI

Hi all,

I'm looking at getting a build working on the CBI (specifically, on https://hudson.eclipse.org/microprofile/). This build uses headless Chrome (which is very common for any project that has integration tests for web interfaces). The build downloads its own Chromium binary and uses that, however, that binary depends on libnss3.so, which is not installed in the CBI. Is there a process by which we can get shared libraries installed on the CBI? I've searched a number of wiki pages, eg:

https://wiki.eclipse.org/CBI
https://wiki.eclipse.org/Jenkins

And in there it talks about build tools, but not about things like libraries, and I don't even know where I would get a libnss3 binary, there are deb and rpm packages out there, but I haven't seen any place that I can easily download libnss3.so.

Regards,

James

--
James Roper
Senior Developer, Office of the CTO

Lightbend – Build reactive apps!
Twitter: @jroper


Back to the top