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
73beb5dd
Commit
73beb5dd
authored
Jul 08, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated ruby to 3.0.1
parent
29af8ddc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
25 deletions
+6
-25
Makefile
Makefile
+6
-14
ruby-2.6.3.tar.xz
ruby-2.6.3.tar.xz
+0
-0
ruby-3.0.1.tar.xz
ruby-3.0.1.tar.xz
+0
-0
ruby.2-6-3.groups
ruby.2-6-3.groups
+0
-11
No files found.
Makefile
View file @
73beb5dd
all
:
all
:
tar
xf ruby-2.7.1.tar.xz
tar
xf ruby-3.0.1.tar.xz
cd
ruby-2.7.1
&&
./configure
--prefix
=
/usr
--enable-shared
--docdir
=
/usr/share/doc/ruby-2.7.1
--disable-install-doc
cd
ruby-3.0.1
&&
./configure
--prefix
=
/usr
--enable-shared
--docdir
=
/usr/share/doc/ruby-3.0.1
--disable-install-doc
$(MAKE)
-C
ruby-2.7.1
$(MAKE)
-C
ruby-3.0.1
-
$(MAKE)
-C
ruby-2.7.1 check
-
$(MAKE)
-C
ruby-3.0.1 check
$(MAKE)
-C
ruby-2.7.1
install
$(MAKE)
-C
ruby-3.0.1
install
rm
-rf
ruby-2.7.1
rm
-rf
ruby-3.0.1
2-6-3
:
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
ruby-2.6.3.tar.xz
deleted
100644 → 0
View file @
29af8ddc
File deleted
ruby-
2.7
.1.tar.xz
→
ruby-
3.0
.1.tar.xz
View file @
73beb5dd
No preview for this file type
ruby.2-6-3.groups
deleted
100644 → 0
View file @
29af8ddc
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