Skip to content

Commit

Permalink
Upgrade mini_portile to v2.8.5
Browse files Browse the repository at this point in the history
This update builds abseil-cpp in Release mode
(flavorjones/mini_portile#136). For the x86_64
shared object, it appears that this shrinks `re2.so`from 2766744 bytes
to 1506992 bytes, a 45% reduction.
  • Loading branch information
stanhu authored and mudge committed Oct 23, 2023
1 parent 97e370c commit b3459bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/re2/recipes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_ROOT_DIR = File.expand_path('../..', __dir__)
REQUIRED_MINI_PORTILE_VERSION = '~> 2.8.4' # keep this version in sync with the one in the gemspec
REQUIRED_MINI_PORTILE_VERSION = '~> 2.8.5' # keep this version in sync with the one in the gemspec

def build_recipe(name, version)
require 'rubygems'
Expand Down
2 changes: 1 addition & 1 deletion re2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Gem::Specification.new do |s|
s.add_development_dependency("rake-compiler", "~> 1.2.1")
s.add_development_dependency("rake-compiler-dock", "~> 1.3.0")
s.add_development_dependency("rspec", "~> 3.2")
s.add_runtime_dependency("mini_portile2", "~> 2.8.4") # keep version in sync with extconf.rb
s.add_runtime_dependency("mini_portile2", "~> 2.8.5") # keep version in sync with extconf.rb
end

0 comments on commit b3459bb

Please sign in to comment.