aboutsummaryrefslogtreecommitdiff
path: root/testing/ruby/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-17 11:32:17 +0300
committerCem Keylan <cem@ckyln.com>2021-03-17 11:32:17 +0300
commit186e53bd86465ae6e49c09caf8b55ae5452b0a04 (patch)
tree61f2468ebe581465b5df409b427de7fa0fbb87a4 /testing/ruby/build
parent29a21b73b9da2193c66ccf494cb75091b434eaf0 (diff)
downloadrepository-186e53bd86465ae6e49c09caf8b55ae5452b0a04.tar.gz
ruby: bump to 3.0.0
Diffstat (limited to 'testing/ruby/build')
-rwxr-xr-xtesting/ruby/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ruby/build b/testing/ruby/build
deleted file mode 100755
index 39bf9881..00000000
--- a/testing/ruby/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-shared \
- --enable-static \
- --disable-rpath
-
-make
-make DESTDIR="$1" install