nwjs-builder icon indicating copy to clipboard operation
nwjs-builder copied to clipboard

CI Failure

Open evshiron opened this issue 9 years ago • 2 comments

Currently I am messing around in the develop branch, adding tests for combined applications. Travis CI has moved to container-based worker during the tests, so there is no more sudo and .travis.yml needs some fixes to work (fixed in develop branch though). But it's strange to see "error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory", while nwbuild -r works. AppVeyor has been working well so far. But as I have mentioned in #9, it's expected to see some timeouts when testing combined applications for node.js 4.0.0 and before.

evshiron avatar Jul 22 '16 01:07 evshiron

So that "error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory" was because I was trying to launch i386 executables on a x86_64 worker. Besides, Google Chrome dropped the support for Ubuntu precise (travis-ci/travis-ci#5899), I was advised to use a trusty worker. Now I am able to install chromium-browser:i386, but the installed wine just refuses to work.

evshiron avatar Jul 23 '16 06:07 evshiron

Any update on the issue? Facing the same issue, here is the screenshot, please look into the issue @evshiron image

shauryaverma4296 avatar Sep 27 '19 12:09 shauryaverma4296