-
-
Notifications
You must be signed in to change notification settings - Fork 171
Description
I'd like to improve testing against shared libraries as well as a debug build. The debug-build is a no-brainer (./configure --debug
), but the shared build would introduce a bit of flavour.
Since quite a few iojs/nodejs packagers (linux distributions, freebsd, pkgsrc) uses at least a shared zlib and openssl the optimal scenario would be being able to use a package manager to maintain these dependencies instead of building them ahead of every jenkins run. My vision is to – as closely as possible – represent how it's actually used.
My plan is to use archlinux as a base os since it has most of our dependencies both packaged and up to date. If anyone has input on a more suiting distribution, I'm all ears. Since I use Gentoo myself I'm just going to exclude it on the grounds of having enough coverage already (it's a pretty good distribution for working with multiple toolchains and dependencies).
Thoughts?