ruby-changes:53516
From: kazu <ko1@a...>
Date: Thu, 15 Nov 2018 12:01:25 +0900 (JST)
Subject: [ruby-changes:53516] kazu:r65732 (trunk): Use CC without ccache as MJIT_CC
kazu 2018-11-15 12:01:20 +0900 (Thu, 15 Nov 2018) New Revision: 65732 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65732 Log: Use CC without ccache as MJIT_CC Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65731) +++ .travis.yml (revision 65732) @@ -330,6 +330,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L330 gcc*) the_gcc=(ccache $CC ${GCC_FLAGS[@]} -fno-diagnostics-color) ;; clang*) the_gcc=(ccache $CC ${GCC_FLAGS[@]} -fno-color-diagnostics) ;; esac + if [ ccache = "${the_gcc[0]}" ]; then export MJIT_CC="${the_gcc[*]:1}"; fi $SETARCH ../configure -C --disable-install-doc --prefix=/tmp/ruby-prefix --with-gcc="${the_gcc[*]}" $CONFIG_FLAG "${CONFIG_FLAG_ARRAY[@]}" - "cp -pr config.cache config.status .ext/include ../config_1st" - "$SETARCH make reconfig" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/