Hey hey, does pact-js-core not support linux x64 e...
# pact-js
a
Hey hey, does pact-js-core not support linux x64 env builds yet?
I thought it was based on the binding.gyp but I'm seeing issues trying to use pact-js ^10 in Gitlab pipelines that is a linux 64 executor. Basically, make failures on yarn/npm install for the pact-core
t
I believe (but don't know) that it should work on Linux x64. I thought it had trouble with aarch64
m
it should definitely work on linux x64
Our builds run on linux 64 bit. Can you share the errors youโ€™re running into?
๐Ÿ‘€ 1
a
Untitled.sh
Hopefully I haven't misunderstand the node, yarn, and container image we're using and sharing inaccurate information
t
Ok, I think that's complaining that it doesn't have gcc (or at least, doesn't have g++). I don't know how the dependency management for node-gyp works, but try installing a c++ tool chain
Also: so many peer dependency warnings! That isn't the problem, buuuut it's not not a problem ๐Ÿ˜…
a
@Timothy Jones ha I know about the peer dependency warnings ๐Ÿ˜„ Hmm, oh I have assumed something then as we do have
gcc
installed in our gitlab runner image but not
g++
. I shall give it a try, thanks @Timothy Jones
Thank you @Timothy Jones adding in g++ did the trick โค๏ธ
๐Ÿ™Œ 1
t
Awesome! Glad to help