Commit f253d48d by Ben Patterson

Merge pull request #1801 from edx/benp/fix-jenkins-worker

Benp/fix jenkins worker
parents fcb733ea cb8eb266
......@@ -778,7 +778,6 @@ edxapp_debian_pkgs:
# (only needed if wheel files aren't available)
- s3cmd
- pkg-config
- graphviz-dev
# for scipy, do not install
# libopenblas-base, it will cause
# problems for numpy
......
......@@ -7,7 +7,7 @@ edxapp_common_role_name: edxapp_common
edxapp_common_debian_pkgs:
- build-essential
- gfortran
- graphviz
- graphviz-dev
- liblapack-dev
- libmysqlclient-dev
- libxml2-dev
......
---
dependencies:
- common
- edxapp_common
- jscover
- role: rbenv
rbenv_user: "{{ jenkins_user }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment