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
ff950802
Commit
ff950802
authored
May 14, 2013
by
Erik Michaels-Ober
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby-build 20130514
parent
1081ae10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGELOG.md
+7
-1
bin/ruby-build
+1
-1
No files found.
CHANGELOG.md
View file @
ff950802
## Version History
#### 20130514
*
Added a definition for Ruby 2.0.0-p195
*
Added a definition for Ruby 1.9.3-p429
*
Added a definition for Ruby 1.9.2-p0
*
Added a definition for Ruby 1.9.1-p430
#### 20130501
*
Cache git clone directory
*
Restore -O3 default when building with clang
...
...
@@ -16,7 +22,7 @@
*
Keep source tarball if
`--keep`
or
`tar xf`
fails
#### 20130227
*
Default Ruby CFLAGS to
`-Wno-error=shorten-64-to-32`
; don't set
`CC
*
Default Ruby CFLAGS to
`-Wno-error=shorten-64-to-32`
; don't set
`CC
`
*
Upgrades rubygems for 1.9.1: 1.3.5 -> 1.3.7
#### 20130226
...
...
bin/ruby-build
View file @
ff950802
#!/usr/bin/env bash
RUBY_BUILD_VERSION
=
"201305
01
"
RUBY_BUILD_VERSION
=
"201305
14
"
set
-E
exec
3<&2
# preserve original stderr at fd 3
...
...
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