File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ class CrossLibrary < OpenStruct
3131 self . host_platform = toolchain
3232
3333 # Cross-compilation constants
34- self . openssl_version = ENV [ 'OPENSSL_VERSION' ] || '3.3.2 '
35- self . postgresql_version = ENV [ 'POSTGRESQL_VERSION' ] || '16.4 '
34+ self . openssl_version = ENV [ 'OPENSSL_VERSION' ] || '3.4.0 '
35+ self . postgresql_version = ENV [ 'POSTGRESQL_VERSION' ] || '17.0 '
3636
3737 # Check if symlinks work in the current working directory.
3838 # This fails, if rake-compiler-dock is running on a Windows box.
@@ -289,6 +289,7 @@ CrossLibraries.each do |xlib|
289289 task "gem:windows:#{ platform } " => [ 'gem:windows:prepare' , xlib . openssl_tarball , xlib . postgresql_tarball ] do
290290 RakeCompilerDock . sh <<-EOT , platform : platform
291291 (cp build/gem/gem-*.pem ~/.gem/ || true) &&
292+ sudo apt-get update && sudo apt-get install -y bison flex &&
292293 bundle install --local &&
293294 rake native:#{ platform } pkg/#{ $gem_spec. full_name } -#{ platform } .gem MAKEOPTS=-j`nproc` RUBY_CC_VERSION=3.3.0:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0
294295 EOT
You can’t perform that action at this time.
0 commit comments