mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-06 07:51:16 +02:00
Fix the test suite on Darwin
Setting CC makes sure that we never have to perform the Darwin-specific check for whether we should default to `CC=clang` and thus break `uname` stubs in unrelated tests. CI never caught this because Travis already has CC set to gcc-4.6.
This commit is contained in:
parent
fc6e0ae69d
commit
e8a97b10f6
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ load test_helper
|
|||
export RUBY_BUILD_CACHE_PATH="$TMP/cache"
|
||||
export MAKE=make
|
||||
export MAKE_OPTS="-j 2"
|
||||
export CC=cc
|
||||
|
||||
setup() {
|
||||
mkdir -p "$INSTALL_ROOT"
|
||||
|
|
Loading…
Reference in a new issue