ruby-changes:57685
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Mon, 9 Sep 2019 21:35:36 +0900 (JST)
Subject: [ruby-changes:57685] 1364217bcd (master): add missing dependency for .travis.yml
https://git.ruby-lang.org/ruby.git/commit/?id=1364217bcd From 1364217bcdcf128de4586527042035d833349c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Sat, 7 Sep 2019 18:41:34 +0900 Subject: add missing dependency for .travis.yml diff --git a/.travis.yml b/.travis.yml index 37e2003..cb98e2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L74 ${BEFORE_INSTALL} tool/travis_retry.sh sudo -E apt-get $travis_apt_get_options install \ gcc-8 \ + g++-8 \ libffi-dev \ libgdbm-dev \ libgmp-dev \ @@ -244,6 +245,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L245 compiler: gcc-8 env: - GCC_FLAGS=-m32 + - CXX='g++-8 -m32' - debugflags=-g0 - SETARCH='setarch i686 --verbose --3gb' # # Not using addon to control retries @@ -257,6 +259,9 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L259 - |- tool/travis_retry.sh sudo -E apt-get $travis_apt_get_options install \ gcc-8-multilib \ + g++-8 \ + g++-8-multilib \ + libstdc++-8-dev:i386 \ libffi-dev:i386 \ libffi6:i386 \ libgdbm-dev:i386 \ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/