Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/tasks/pshopify.rake
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class PshopifyDefinitionCreator

lines << ""
lines << openssl_line
lines << "install_git \"ruby-#{@pshopify_version}\" \"#{SHOPIFY_RUBY_GIT_URL}\" \"#{@tag}\"" \
lines << "install_git \"ruby-#{@pshopify_version}\" \"#{SHOPIFY_RUBY_GIT_URL}\" \"#{@tag}\" " \
"autoconf enable_shared standard"
lines << ""

Expand Down
8 changes: 8 additions & 0 deletions rubies/4.0.2-pshopify2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://github.com/Shopify/ruby/compare/v4.0.2-pshopify1...Shopify:v4.0.2-pshopify2

# Based off v4.0.2-pshopify1, with the following changes:
# * Simplify subclasses list, remove from Box
# * Run GC if fiber pool expansion fails. (#16535)

install_package "openssl-3.0.19" "https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz#fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072" openssl --if needs_openssl:1.1.1-3.x.x
install_git "ruby-4.0.2-pshopify2" "https://github.com/Shopify/ruby.git" "v4.0.2-pshopify2" autoconf enable_shared standard
Loading