Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Demo][DNM] Add OpenLab CI configuration for ARM64 build #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improve nodejs installation
Improve nodejs installation
Yikun authored Jul 11, 2019
commit d7a1258a2e6fd442021f24b3bd63d340e0ee4dbf
8 changes: 4 additions & 4 deletions .zuul/playbooks/storm-build/run.yaml
Original file line number Diff line number Diff line change
@@ -11,12 +11,12 @@
command curl -sSL https://rvm.io/mpapis.asc | sudo gpg --import -
command curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg --import -
curl -L https://get.rvm.io | bash -s stable --autolibs=enabled && source ~/.profile

source /etc/profile.d/rvm.sh

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.26.1/install.sh | bash && source ~/.bashrc
rvm use 2.4.2 --install
nvm install 8.9.3

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt-get update
apt-get install -y nodejs

pip install mock
pip3 install mock