Skip to content

Commit

Permalink
Add backporterd boost1.58 for building of mmap-object
Browse files Browse the repository at this point in the history
- caused by allenluce/mmap-object#14
- which is transitively caused by mapbox/node-pre-gyp#361
  • Loading branch information
akloboucnik committed Apr 5, 2018
1 parent d128f31 commit 085c595
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then unzip protoc-3.5.1-linux-x86_64.zip -d $HOME/protoc3; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -OL https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_64.zip; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then unzip protoc-3.5.1-osx-x86_64.zip -d $HOME/protoc3; fi
# Remove after either bug in node-pre-gyp () is fixed or we get rid of mmap-object
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:kzemek/boost; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libboost1.58-dev; fi
# END Remove after either bug in node-pre-gyp () is fixed or we get rid of mmap-object
- export PATH=$HOME/protoc3/bin:$PATH
# Install yarn
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
Expand Down

0 comments on commit 085c595

Please sign in to comment.