save
This commit is contained in:
parent
b3dba4542f
commit
0c98334d1c
9 changed files with 151 additions and 0 deletions
|
@ -1,24 +0,0 @@
|
|||
packages:
|
||||
- autoconf
|
||||
- bison
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
- libyaml-dev
|
||||
- libreadline6-dev
|
||||
- zlib1g-dev
|
||||
- libncurses5-dev
|
||||
- libffi-dev
|
||||
- libgdbm6
|
||||
- libgdbm-dev
|
||||
- libdb-dev
|
||||
- ruby
|
||||
|
||||
repository:
|
||||
url: https://github.com/ruby/ruby.git
|
||||
branch: v3_4_5
|
||||
|
||||
steps:
|
||||
- ./autogen.sh
|
||||
- ./configure --prefix=$PREFIX
|
||||
- make -j"$(nproc)"
|
||||
- make install
|
Loading…
Add table
Add a link
Reference in a new issue