Hi all, as title, I have a Travis project that kept failing due to this error:
if [ ! -r node -o ! -L node ]; then ln -fs out/Release/node node; fi
-> cd /home/travis/build/slee047/node-packer
-> cp "/tmp/nodec_tests_tmpdir/node-10.16.2-1.6.0/out/Release/node" "/home/travis/build/slee047/node-packer/a.out"
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/__enclose_io_memfs__/bin/coffee'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:835:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
Traceback (most recent call last):
tests/coffeescript_1:59:in `<main>': unhandled exception
The log is here:
https://travis-ci.org/slee047/node-packer/jobs/570121416
and the config is here:
https://travis-ci.org/slee047/node-packer/jobs/570121416/config
On top of Bionic (GCC7), I have tested using Xenial (GCC 5) but still fails. Therefore, I would like to try LLVM because it is possible for Mac version (With up to XCode 10 only, XCode 11 will result in early failure due to another separate issue) to be compiled successfully.
I believe the recent build failures are to be related with this bug: