Merge branch 'ruby-bigendian'

* ruby-bigendian:
  Travis ruby s390x (big endian) architecture testing
  Install libpcre3-dev for Linux builds
  Don't fail the build if CPU model or memory can't be detected
  Switch one of Travis CI Ruby builds to use s390x arch
This commit is contained in:
William S Fulton 2020-06-02 23:27:05 +01:00
commit 430a44e075
2 changed files with 13 additions and 2 deletions

View file

@ -13,7 +13,7 @@ if [[ -n "$GCC" ]]; then
travis_retry sudo apt-get install -qq g++-$GCC
fi
travis_retry sudo apt-get -qq install libboost-dev
travis_retry sudo apt-get -qq install libboost-dev libpcre3-dev
WITHLANG=$SWIGLANG