Fixing Ruby 1.31.0.pre1 compilation failure with source-only package

missing re2 from build_handwritten.yaml and generated grpc.gemspec
pull/23599/head
Donna Dionne 4 years ago
parent 79c1294720
commit d2dd5900bf
  1. 1
      build_handwritten.yaml
  2. 49
      grpc.gemspec

@ -264,4 +264,5 @@ ruby_gem:
- address_sorting - address_sorting
- ares - ares
- boringssl - boringssl
- re2
- z - z

@ -1690,6 +1690,55 @@ Gem::Specification.new do |s|
s.files += %w( third_party/cares/config_freebsd/ares_config.h ) s.files += %w( third_party/cares/config_freebsd/ares_config.h )
s.files += %w( third_party/cares/config_linux/ares_config.h ) s.files += %w( third_party/cares/config_linux/ares_config.h )
s.files += %w( third_party/cares/config_openbsd/ares_config.h ) s.files += %w( third_party/cares/config_openbsd/ares_config.h )
s.files += %w( third_party/re2/re2/bitmap256.h )
s.files += %w( third_party/re2/re2/bitstate.cc )
s.files += %w( third_party/re2/re2/compile.cc )
s.files += %w( third_party/re2/re2/dfa.cc )
s.files += %w( third_party/re2/re2/filtered_re2.cc )
s.files += %w( third_party/re2/re2/filtered_re2.h )
s.files += %w( third_party/re2/re2/mimics_pcre.cc )
s.files += %w( third_party/re2/re2/nfa.cc )
s.files += %w( third_party/re2/re2/onepass.cc )
s.files += %w( third_party/re2/re2/parse.cc )
s.files += %w( third_party/re2/re2/perl_groups.cc )
s.files += %w( third_party/re2/re2/pod_array.h )
s.files += %w( third_party/re2/re2/prefilter.cc )
s.files += %w( third_party/re2/re2/prefilter.h )
s.files += %w( third_party/re2/re2/prefilter_tree.cc )
s.files += %w( third_party/re2/re2/prefilter_tree.h )
s.files += %w( third_party/re2/re2/prog.cc )
s.files += %w( third_party/re2/re2/prog.h )
s.files += %w( third_party/re2/re2/re2.cc )
s.files += %w( third_party/re2/re2/re2.h )
s.files += %w( third_party/re2/re2/regexp.cc )
s.files += %w( third_party/re2/re2/regexp.h )
s.files += %w( third_party/re2/re2/set.cc )
s.files += %w( third_party/re2/re2/set.h )
s.files += %w( third_party/re2/re2/simplify.cc )
s.files += %w( third_party/re2/re2/sparse_array.h )
s.files += %w( third_party/re2/re2/sparse_set.h )
s.files += %w( third_party/re2/re2/stringpiece.cc )
s.files += %w( third_party/re2/re2/stringpiece.h )
s.files += %w( third_party/re2/re2/tostring.cc )
s.files += %w( third_party/re2/re2/unicode_casefold.cc )
s.files += %w( third_party/re2/re2/unicode_casefold.h )
s.files += %w( third_party/re2/re2/unicode_groups.cc )
s.files += %w( third_party/re2/re2/unicode_groups.h )
s.files += %w( third_party/re2/re2/walker-inl.h )
s.files += %w( third_party/re2/util/benchmark.h )
s.files += %w( third_party/re2/util/flags.h )
s.files += %w( third_party/re2/util/logging.h )
s.files += %w( third_party/re2/util/malloc_counter.h )
s.files += %w( third_party/re2/util/mix.h )
s.files += %w( third_party/re2/util/mutex.h )
s.files += %w( third_party/re2/util/pcre.cc )
s.files += %w( third_party/re2/util/pcre.h )
s.files += %w( third_party/re2/util/rune.cc )
s.files += %w( third_party/re2/util/strutil.cc )
s.files += %w( third_party/re2/util/strutil.h )
s.files += %w( third_party/re2/util/test.h )
s.files += %w( third_party/re2/util/utf.h )
s.files += %w( third_party/re2/util/util.h )
s.files += %w( third_party/upb/upb/decode.c ) s.files += %w( third_party/upb/upb/decode.c )
s.files += %w( third_party/upb/upb/decode.h ) s.files += %w( third_party/upb/upb/decode.h )
s.files += %w( third_party/upb/upb/encode.c ) s.files += %w( third_party/upb/upb/encode.c )

Loading…
Cancel
Save