Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
6b4e36ba
Commit
6b4e36ba
authored
Sep 28, 2011
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby-build 20110928
parent
63cd7f65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
README.md
+11
-0
bin/ruby-build
+2
-2
No files found.
README.md
View file @
6b4e36ba
...
@@ -37,6 +37,17 @@ ruby-build provides an `rbenv-install` command that shortens this to:
...
@@ -37,6 +37,17 @@ ruby-build provides an `rbenv-install` command that shortens this to:
### Version History
### Version History
#### 20110928
*
ruby-build now uses the
`--with-gcc`
configure flag on OS X Lion.
*
Added definitions for REE 1.8.7-2010.02 and 1.8.6-2009.06.
*
Modified
`rbenv-install`
to run
`rbenv rehash`
after installation.
*
Added a Ruby 1.9.3-rc1 definition.
*
Updated the JRuby defintions to install the
`jruby-launcher`
gem.
*
Updated the rbx-2.0.0 definition to point to the master branch.
*
Added a jruby-1.7.0-dev definition.
*
Added a Ruby 1.9.4-dev definition.
#### 20110914
#### 20110914
*
Added an rbx-2.0.0-dev definition for Rubinius 2.0.0 from git.
*
Added an rbx-2.0.0-dev definition for Rubinius 2.0.0 from git.
...
...
bin/ruby-build
View file @
6b4e36ba
#!/usr/bin/env bash
#!/usr/bin/env bash
RUBY_BUILD_VERSION
=
"201109
14
"
RUBY_BUILD_VERSION
=
"201109
28
"
set
-E
set
-E
exec
3<&2
# preserve original stderr at fd 3
exec
3<&2
# preserve original stderr at fd 3
...
@@ -131,7 +131,7 @@ build_package_ree_installer() {
...
@@ -131,7 +131,7 @@ build_package_ree_installer() {
if
[[
"Darwin"
=
"
$(
uname
)
"
]]
;
then
if
[[
"Darwin"
=
"
$(
uname
)
"
]]
;
then
options
=
"--no-tcmalloc"
options
=
"--no-tcmalloc"
fi
fi
# Work around install_useful_libraries crash with --dont-install-useful-gems
# Work around install_useful_libraries crash with --dont-install-useful-gems
mkdir
-p
"
$PREFIX_PATH
/lib/ruby/gems/1.8/gems"
mkdir
-p
"
$PREFIX_PATH
/lib/ruby/gems/1.8/gems"
...
...
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