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

WIP: Add mach bootstrap test #631

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Support Debian for `./mach bootstrap`

The Travis builders are detected as Debian for some reason by bootstrap.
  • Loading branch information
aneeshusa committed May 6, 2017
commit b87e0562e6d6d384945a915f63132b220bd54b6c
@@ -18,7 +18,7 @@ python3:
{% endif %}
{% endif %}

{% if grains['os'] == 'Ubuntu' %}
{% if grains['os_family'] == 'Debian' %}
python2-dev:
pkg.installed:
- pkgs:
@@ -28,7 +28,7 @@ python2-dev:
pip:
pkg.installed:
- pkgs:
{% if grains['os'] in ['CentOS', 'Fedora', 'Ubuntu'] %}
{% if grains['os'] in ['CentOS', 'Fedora', 'Ubuntu', 'Debian'] %}
- python-pip
{% elif grains['os'] == 'MacOS' %}
- python # pip is included with python in homebrew
@@ -16,7 +16,7 @@ servo-dependencies:
- openssl
- pkg-config
- yasm
{% elif grains['os'] == 'Ubuntu' %}
{% elif grains['os_family'] == 'Debian' %}
- autoconf2.13
- curl
- freeglut3-dev
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.