Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
add definitions for 2.6.9, 2.7.5, 3.0.3, 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Feb 18, 2022
1 parent 59e89e1 commit ad8cb91
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions share/ruby-build/2.6.9-railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.6.9/$patch"
done < "rvm-patchsets/patchsets/ruby/2.6.9/railsexpress"
}

install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
install_package "ruby-2.6.9" "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.9.tar.bz2#a0639060c4519572e51828eb742f09dd40f154c820f6007246de7a2090e3ee45" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl
9 changes: 9 additions & 0 deletions share/ruby-build/2.7.5-railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.7.5/$patch"
done < "rvm-patchsets/patchsets/ruby/2.7.5/railsexpress"
}

install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
install_package "ruby-2.7.5" "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.5.tar.bz2#d6b444341a5e06fcd6eaf1feb83a1c0c2da4705dbe4f275ee851761b185f4bd1" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl
9 changes: 9 additions & 0 deletions share/ruby-build/3.0.3-railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/3.0.3/$patch"
done < "rvm-patchsets/patchsets/ruby/3.0.3/railsexpress"
}

install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
install_package "ruby-3.0.3" "https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.3.tar.gz#3586861cb2df56970287f0fd83f274bd92058872d830d15570b36def7f1a92ac" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl
9 changes: 9 additions & 0 deletions share/ruby-build/3.1.0-railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/3.1.0/$patch"
done < "rvm-patchsets/patchsets/ruby/3.1.0/railsexpress"
}

install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
install_package "ruby-3.1.0" "https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.0.tar.gz#50a0504c6edcb4d61ce6b8cfdbddaa95707195fab0ecd7b5e92654b2a9412854" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl

0 comments on commit ad8cb91

Please sign in to comment.