The Github action is rebuilding grcp from scratch ...
# general
l
The Github action is rebuilding grcp from scratch due to this:
node-pre-gyp WARN Pre-built binaries not installable for grpc@1.24.2 and node@12.16.3 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
What should I change to my environment for pre-built binaries to be picked up instead of the build from source? Iā€™m currently running my job on
ubuntu-latest
s
@limited-rainbow-51650 Best is you update the dependencies to the Pulumi 2.0 version. See this thread
šŸ‘šŸ¼ 1