Skip to content

Commit eca9f47

Browse files
balasankarcstanhu
andcommitted
Merge branch 'sh-prepare-re2-2' into 'master'
Add clean up steps in preparation for re2 v2.0 gem See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7133 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Clemens Beck <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Stan Hu <[email protected]>
2 parents a29e6bc + 86c5285 commit eca9f47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/projects/gitlab.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
exclude 'embedded/lib/ruby/gems/*/gems/nokogumbo-*/ext'
262262
exclude 'embedded/lib/ruby/gems/*/gems/rbtrace-*/ext/src'
263263
exclude 'embedded/lib/ruby/gems/*/gems/rbtrace-*/ext/dst'
264+
exclude 'embedded/lib/ruby/gems/*/gems/re2-*/ports'
264265
exclude 'embedded/lib/ruby/gems/*/gems/*pg_query-*/ext'
265266

266267
# Exclude exe files from Python libraries

config/software/gitlab-rails.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@
137137
'google-protobuf' => 'lib/google',
138138
'grpc' => 'src/ruby/lib/grpc',
139139
'prometheus-client-mmap' => 'lib',
140-
'nokogiri' => 'lib'
140+
'nokogiri' => 'lib',
141+
're2' => 'lib'
141142
}
142143

143144
# Delete unused shared libraries included in the gems

0 commit comments

Comments
 (0)