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: ...@@ -778,7 +778,6 @@ edxapp_debian_pkgs:
# (only needed if wheel files aren't available) # (only needed if wheel files aren't available)
- s3cmd - s3cmd
- pkg-config - pkg-config
- graphviz-dev
# for scipy, do not install # for scipy, do not install
# libopenblas-base, it will cause # libopenblas-base, it will cause
# problems for numpy # problems for numpy
......
...@@ -7,7 +7,7 @@ edxapp_common_role_name: edxapp_common ...@@ -7,7 +7,7 @@ edxapp_common_role_name: edxapp_common
edxapp_common_debian_pkgs: edxapp_common_debian_pkgs:
- build-essential - build-essential
- gfortran - gfortran
- graphviz - graphviz-dev
- liblapack-dev - liblapack-dev
- libmysqlclient-dev - libmysqlclient-dev
- libxml2-dev - libxml2-dev
......
--- ---
dependencies: dependencies:
- common - common
- edxapp_common
- jscover - jscover
- role: rbenv - role: rbenv
rbenv_user: "{{ jenkins_user }}" 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