Merge pull request #3326 from sjackman/portable-ruby

portable-ruby: use rebuild with coverage support for Linux.
This commit is contained in:
Mike McQuaid 2017-10-18 11:04:56 +01:00 committed by GitHub
commit 270b752f5d

View File

@ -21,8 +21,8 @@ then
fi fi
elif [[ -n "$HOMEBREW_LINUX" ]] elif [[ -n "$HOMEBREW_LINUX" ]]
then then
ruby_URL="https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.x86_64_linux.bottle.tar.gz" ruby_URL="https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.x86_64_linux.bottle.1.tar.gz"
ruby_SHA="543c18bd33a300e6c16671437b1e0f17b03bb64e6a485fc15ff7de1eb1a0bc2a" ruby_SHA="33643b1ca6f860d6df01686636326785763e5e81cf0cef37d8a7ab96a6ca1fa1"
fi fi
fetch() { fetch() {