Skip to content

ko1/build-ruby

Repository files navigation

build-ruby.rb

Build Ruby from source code.

Usage

ruby build-ruby.rb [options...] [REPOSITORY] [TARGET_NAME]
  • REPOSITORY is svn or git repository. Default is https://svn.ruby-lang.org/repos/ruby/trunk.
  • TARGET_NAME is a directory name for src/build/install. Default is basename of repository (trunk).
  • Make the following directories:
    • ~/ruby/src/trunk
    • ~/ruby/build/trunk
    • ~/ruby/install/trunk
    • ~/ruby can be specified by --root_directory option.

Operations

Updating targets-ci.yaml

$ sudo su ko1
$ cd ~/build-ruby
$ git pull

You don't need to restart containers to reflect the changes.

Starting all containers

$ sudo su ko1
$ cd ~/build-ruby/docker
$ ruby run_sp2.rb

This will start only missing containers.

About

Build Ruby from source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages