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

Install autoconf@2.13 from main homebrew-core repo #573

Merged
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

This file was deleted.

@@ -7,6 +7,7 @@ servo-dependencies:
- git
- ccache
{% if grains['kernel'] == 'Darwin' %}
- autoconf@2.13
- automake
- pkg-config
- openssl
@@ -41,24 +42,7 @@ servo-dependencies:
- pkg: pip
- pip: virtualenv
{% if grains['kernel'] == 'Darwin' %}
# Workaround for https://github.com/saltstack/salt/issues/26414
servo-darwin-tap-homebrew-versions:
cmd.run:
- name: 'brew tap homebrew/versions'
- runas: {{ homebrew.user }}
- unless: 'brew tap | grep homebrew/versions'
- require:
- pkg: servo-dependencies
# This should be replaced by a custom Salt state.
servo-darwin-install-autoconf213-and-fix-links:
cmd.script:
- source: salt://{{ tpldir }}/files/install-homebrew-autoconf213.sh
- runas: {{ homebrew.user }}
- require:
- pkg: servo-dependencies
{% else %}
{% if grains['os'] == 'Ubuntu' %}
multiverse:
pkgrepo.managed:
- name: 'deb http://archive.ubuntu.com/ubuntu trusty multiverse'
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.