Skip to content

Commit

Permalink
.travis.yml circle.yml: Remove libbz2-dev zlib1g-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman committed Feb 11, 2017
1 parent 7d8f366 commit ff36c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before_install:
- sudo apt-get install -y libxml-parser-perl libxml-sax-perl
- DEBIAN_FRONTEND=noninteractive sudo apt-get autoremove -y --purge
libblas-dev
libbz2-dev
libfreetype6-dev
libicu-dev
libidn11-dev
Expand All @@ -22,6 +23,7 @@ before_install:
libxml2-dev
llvm-3.4
mysql-common
zlib1g-dev
# Fix error: Incorrect file permissions (664)
- chmod 0644 Formula/*.rb
- umask 022
Expand Down
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- printf "yes\nlocal::lib\nyes\nyes\no conf prerequisites_policy follow\no conf build_requires_install_policy yes\no conf commit\n" | cpan # https://github.com/Linuxbrew/homebrew-core/pull/1621#issue-202644521
- DEBIAN_FRONTEND=noninteractive sudo apt-get autoremove -y --purge
libblas-dev
libbz2-dev
libfreetype6-dev
libicu-dev
libidn11-dev
Expand All @@ -39,6 +40,7 @@ dependencies:
libxml2-dev
llvm-3.4
mysql-common
zlib1g-dev
- sudo ln -sf ruby2.0 /usr/bin/ruby
- sudo ln -sf gem2.0 /usr/bin/gem
- sudo ln -sf /usr/lib/x86_64-linux-gnu/libruby-2.0.so /usr/lib/x86_64-linux-gnu/libruby.so
Expand Down

0 comments on commit ff36c34

Please sign in to comment.