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
dc623917
Commit
dc623917
authored
Nov 22, 2013
by
Mislav Marohnić
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rbx-ruby-18'
parents
9b44aa9a
2fa587bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bin/ruby-build
+1
-1
test/build.bats
+2
-2
No files found.
bin/ruby-build
View file @
dc623917
...
...
@@ -445,7 +445,7 @@ build_package_rbx() {
local
package_name
=
"
$1
"
{
bundle
--path
=
vendor/bundle
./configure
--prefix
=
"
$PREFIX_PATH
"
$RUBY_CONFIGURE_OPTS
RUBYOPT
=
"-rubygems
$RUBYOPT
"
./configure
--prefix
=
"
$PREFIX_PATH
"
$RUBY_CONFIGURE_OPTS
rake install
fix_rbx_gem_binstubs
"
$PREFIX_PATH
"
}
>
&4 2>&1
...
...
test/build.bats
View file @
dc623917
...
...
@@ -27,7 +27,7 @@ tarball() {
mkdir -p "$path"
cat > "$configure" <<OUT
#!$BASH
echo "$name: \$@" >> build.log
echo "$name: \$@"
\${RUBYOPT:+RUBYOPT=\$RUBYOPT}
>> build.log
OUT
chmod +x "$configure"
...
...
@@ -259,7 +259,7 @@ DEF
assert_build_log <<OUT
bundle --path=vendor/bundle
rubinius-2.0.0: --prefix=$INSTALL_ROOT
rubinius-2.0.0: --prefix=$INSTALL_ROOT
RUBYOPT=-rubygems
bundle exec rake install
OUT
}
...
...
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