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:
commit
430a44e075
2 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue