Commit ef042129 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated ruby to 2.6.3

parent 12a1badc
all:
tar xf ruby-2.5.1.tar.xz
cd ruby-2.5.1 && ./configure --prefix=/usr --enable-shared --docdir=/usr/share/doc/ruby-2.5.1 --disable-install-doc
$(MAKE) -C ruby-2.5.1
# FIXME: ruby tests fail on ARM
# -$(MAKE) -C ruby-2.5.1 check
$(MAKE) -C ruby-2.5.1 install
rm -rf ruby-2.5.1
tar xf ruby-2.6.3.tar.xz
cd ruby-2.6.3 && ./configure --prefix=/usr --enable-shared --docdir=/usr/share/doc/ruby-2.6.3 --disable-install-doc
$(MAKE) -C ruby-2.6.3
-$(MAKE) -C ruby-2.6.3 check
$(MAKE) -C ruby-2.6.3 install
rm -rf ruby-2.6.3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment