This commit is contained in:
Sebastian Messmer 2018-05-20 15:08:28 -07:00
parent 635a6c7bcd
commit b3be855800
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ references:
sudo chmod o-w /etc/apt/sources.list.d/clang.list sudo chmod o-w /etc/apt/sources.list.d/clang.list
DEBIAN_FRONTEND=noninteractive sudo apt-get update -qq DEBIAN_FRONTEND=noninteractive sudo apt-get update -qq
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y git ccache $APT_COMPILER_PACKAGE cmake3 make libcurl4-openssl-dev libcrypto++-dev libssl-dev libfuse-dev python DEBIAN_FRONTEND=noninteractive sudo apt-get install -y git ccache $APT_COMPILER_PACKAGE cmake3 make libcurl4-openssl-dev libssl-dev libfuse-dev python
# Use /dev/urandom when /dev/random is accessed to use less entropy # Use /dev/urandom when /dev/random is accessed to use less entropy
sudo cp -a /dev/urandom /dev/random sudo cp -a /dev/urandom /dev/random

View File

@ -19,7 +19,7 @@ fi
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
brew cask install osxfuse brew cask install osxfuse
brew install cryptopp brew install libomp
fi fi
# By default, travis only fetches the newest 50 commits. We need more in case we're further from the last version tag, so the build doesn't fail because it can't generate the version number. # By default, travis only fetches the newest 50 commits. We need more in case we're further from the last version tag, so the build doesn't fail because it can't generate the version number.