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
Mach bootstrap: Add more platforms #579
Changes from all commits
File filter...
Jump to…
| @@ -18,6 +18,7 @@ servo-dependencies: | ||
| - yasm | ||
| {% elif grains['os'] == 'Ubuntu' %} | ||
| - autoconf2.13 | ||
| - curl | ||
| - freeglut3-dev | ||
| - gperf | ||
| - libavcodec-dev | ||
| @@ -36,16 +37,43 @@ servo-dependencies: | ||
| - xpra | ||
| - xserver-xorg-input-void | ||
| - xserver-xorg-video-dummy | ||
| {% elif grains['os'] in ['CentOS', 'Fedora'] %} | ||
| - bzip2-devel | ||
| - cabextract | ||
| - curl | ||
| - dbus-devel | ||
| - expat-devel | ||
| - fontconfig-devel | ||
| - freeglut-devel | ||
| - freetype-devel | ||
| - gcc-c++ | ||
| - glib2-devel | ||
| - gperf | ||
jdm
Member
|
||
| - libtool | ||
| - libX11-devel | ||
| - libXcursor-devel | ||
| - libXi-devel | ||
| - libXmu-devel | ||
| - libXrandr-devel | ||
| - llvm-devel | ||
| - mesa-libEGL-devel | ||
| - mesa-libGL-devel | ||
| - mesa-libOSMesa-devel | ||
| - openssl-devel | ||
| - rpm-build | ||
|
||
| - ttmkfdir | ||
| {% endif %} | ||
| {% if salt['pillar.get']('fully_managed', True) %} | ||
| pip.installed: | ||
| - pkgs: | ||
| - ghp-import | ||
| - s3cmd | ||
| - require: | ||
| - pkg: pip | ||
| - pip: virtualenv | ||
| {% endif %} | ||
|
|
||
| {% if grains['os'] == 'Ubuntu' %} | ||
| {% if grains['os'] == 'Ubuntu' and grains['oscodename'] == 'trusty' %} | ||
| multiverse: | ||
| pkgrepo.managed: | ||
| - name: 'deb http://archive.ubuntu.com/ubuntu trusty multiverse' | ||
aneeshusa
Member
|
||
Why is this package needed?