Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
ruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
ruby
Commits
cd46d9a4
Commit
cd46d9a4
authored
Jul 30, 2024
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brought back ruby 2.7.1 as it still needed by some projects
parent
73beb5dd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
Makefile
Makefile
+8
-0
ruby-2.7.1.tar.xz
ruby-2.7.1.tar.xz
+0
-0
ruby.2-7-1.groups
ruby.2-7-1.groups
+11
-0
No files found.
Makefile
View file @
cd46d9a4
...
...
@@ -5,3 +5,11 @@ all:
-
$(MAKE)
-C
ruby-3.0.1 check
$(MAKE)
-C
ruby-3.0.1
install
rm
-rf
ruby-3.0.1
2-7-1
:
tar
xf ruby-2.7.1.tar.xz
cd
ruby-2.7.1
&&
./configure
--prefix
=
/usr
--enable-shared
--docdir
=
/usr/share/doc/ruby-2.7.1
--disable-install-doc
$(MAKE)
-C
ruby-2.7.1
-
$(MAKE)
-C
ruby-2.7.1 check
$(MAKE)
-C
ruby-2.7.1
install
rm
-rf
ruby-2.7.1
ruby-2.7.1.tar.xz
0 → 100644
View file @
cd46d9a4
File added
ruby.2-7-1.groups
0 → 100644
View file @
cd46d9a4
headers
/usr/include/.*
man
/usr/share/man/.*
bin
/usr/bin/.*
pkg
/usr/lib/pkgconfig/.*
lib
/usr/lib/ruby/.*
/usr/lib/lib.*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment