Skip to content

Commit

Permalink
.travis.yml: prefer gcc
Browse files Browse the repository at this point in the history
It seems `clang --save-temps` does not interface well with
tool/update-deps.  Prefer gcc for that purpose.
  • Loading branch information
shyouhei committed Aug 22, 2020
1 parent d916a4c commit 331d020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 331d020

Please sign in to comment.