travis-ci / apt-source-safelist

Safelist of apt sources approved for build environments with restricted sudo
MIT License
79 stars 94 forks source link

APT source whitelist request for libvips-dev #68

Open BanzaiMan opened 9 years ago

BanzaiMan commented 9 years ago

This replaces travis-ci/travis-ci#4515.

The original text by @gasi follows


Supersedes: https://github.com/travis-ci/travis-ci/issues/4398

This is needed to build the Node.js image library sharp which uses VIPS: https://github.com/lovell/sharp/

Script

before_install:
  - echo "Installing libvips..."
  - sudo add-apt-repository -y ppa:lovell/precise-backport-vips
  - sudo apt-get update
  - sudo apt-get install -y libvips-dev

See: https://github.com/lovell/sharp/issues/187#issuecomment-121789796

/cc @lovell

raphaelokon commented 9 years ago

Hi! We are using Travis Pro and would move to the container based infrastructure, but are unfortunately blocked by sharp. Is this merge happening anytime soon?

gasi commented 9 years ago

:+1: We’d love to leverage Travis Pro’s new container based infrastructure as well :smile: Is there any way we can help move this along?

raphaelokon commented 9 years ago

+1