Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e09bab7a
Commit
e09bab7a
authored
Apr 01, 2021
by
Joerg Behrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build ruby with --enable-shared for source installs
Fixes: 326662
parent
b0b53a78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/install/installation.md
doc/install/installation.md
+1
-1
doc/update/upgrading_from_source.md
doc/update/upgrading_from_source.md
+1
-1
No files found.
doc/install/installation.md
View file @
e09bab7a
...
@@ -212,7 +212,7 @@ curl --remote-name --progress-bar "https://cache.ruby-lang.org/pub/ruby/2.7/ruby
...
@@ -212,7 +212,7 @@ curl --remote-name --progress-bar "https://cache.ruby-lang.org/pub/ruby/2.7/ruby
echo
'cb9731a17487e0ad84037490a6baf8bfa31a09e8 ruby-2.7.2.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.7.2.tar.gz
echo
'cb9731a17487e0ad84037490a6baf8bfa31a09e8 ruby-2.7.2.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.7.2.tar.gz
cd
ruby-2.7.2
cd
ruby-2.7.2
./configure
--disable-install-rdoc
./configure
--disable-install-rdoc
--enable-shared
make
make
sudo
make
install
sudo
make
install
```
```
...
...
doc/update/upgrading_from_source.md
View file @
e09bab7a
...
@@ -75,7 +75,7 @@ curl --remote-name --progress "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7
...
@@ -75,7 +75,7 @@ curl --remote-name --progress "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7
echo
'cb9731a17487e0ad84037490a6baf8bfa31a09e8 ruby-2.7.2.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.7.2.tar.gz
echo
'cb9731a17487e0ad84037490a6baf8bfa31a09e8 ruby-2.7.2.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.7.2.tar.gz
cd
ruby-2.7.2
cd
ruby-2.7.2
./configure
--disable-install-rdoc
./configure
--disable-install-rdoc
--enable-shared
make
make
sudo
make
install
sudo
make
install
```
```
...
...
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