summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-08-22 11:10:37 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-08-22 11:12:24 +0900
commit331d02038ba282c563f1705a5b0715f35a085b31 (patch)
treedaf96459f900ba149bb5c6ac9915256915472b0f /.travis.yml
parentd916a4c89741dc6a5266291275be4b497f6a9929 (diff)
.travis.yml: prefer gcc
It seems `clang --save-temps` does not interface well with tool/update-deps. Prefer gcc for that purpose.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 59f50283db..94aaf70f31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -413,7 +413,7 @@ env:
- make -s $JOBS $UPDATE_UNICODE -o update-src up
- make -s $JOBS srcs
- rm -f config.status Makefile rbconfig.rb .rbconfig.time
- - $SETARCH ./configure -C --disable-install-doc --prefix=$RUBY_PREFIX --disable-rubygems 'optflags=-O0' 'debugflags=-save-temps=obj -g'
+ - $SETARCH ./configure -C --disable-install-doc --prefix=$RUBY_PREFIX --disable-rubygems --with-gcc 'optflags=-O0' 'debugflags=-save-temps=obj -g'
- ruby tool/update-deps --fix
script:
- git diff --no-ext-diff --ignore-submodules --exit-code