Skip to content

Upgrade re2 to support seperate CXX and CC passing

username-removed-438536 requested to merge frenkel/gitlab-ce:upgrade_re2 into master

What does this MR do?

Upgrade re2 gem to a version that supports setting CXX and CC using environment variables.

Are there points in the code the reviewer needs to double check?

Should work when not setting these variables.

Why was this MR needed?

Won't install on OpenBSD without this suport.

What are the relevant issue numbers?

https://github.com/mudge/re2/issues/33

Merge request reports