From 44fb60b4dded335418f396f05caa6753060b45f9 Mon Sep 17 00:00:00 2001 From: Max Fitton Date: Wed, 21 Oct 2020 22:10:09 -0400 Subject: [PATCH] [hotfix] Pin node version (fix linux wheel build) (#11532) Co-authored-by: Max Fitton --- python/build-wheel-manylinux1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/build-wheel-manylinux1.sh b/python/build-wheel-manylinux1.sh index 4855b5830..6b41f1e56 100755 --- a/python/build-wheel-manylinux1.sh +++ b/python/build-wheel-manylinux1.sh @@ -11,6 +11,7 @@ echo 10 EOF chmod +x /usr/bin/nproc +NODE_VERSION="14" PYTHONS=("cp36-cp36m" "cp37-cp37m" "cp38-cp38") @@ -31,7 +32,7 @@ export PATH=$PATH:/root/bin set +x curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash source "$HOME"/.nvm/nvm.sh -nvm install node +nvm install $NODE_VERSION nvm use node # Build the dashboard so its static assets can be included in the wheel.