Skip to content

Commit

Permalink
Use nodesource repo for latest nodejs (google#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium authored Mar 22, 2019
1 parent 992a96e commit bf9ad9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/test/gce/android-init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ APPENGINE_DIR="$INSTALL_DIRECTORY/$APPENGINE"
ROOT_DIR="$INSTALL_DIRECTORY/clusterfuzz"
PYTHONPATH="$PYTHONPATH:$APPENGINE_DIR:$ROOT_DIR/src"

# Use nodesource nodejs packages.
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -

echo "Installing dependencies."
apt-get update && apt-get install -y \
autofs \
Expand Down

0 comments on commit bf9ad9e

Please sign in to comment.