mudge / re2

Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python".
http://mudge.name/re2/
BSD 3-Clause "New" or "Revised" License
129 stars 13 forks source link

Run re2 ABI tests against Ubuntu 22.04 #160

Closed mudge closed 1 month ago

mudge commented 1 month ago

To match the ubuntu-latest GitHub runner, upgrade the re2 ABI tests to run against Ubuntu 22.04 using the newly compiled libre2-dev packages from https://github.com/mudge/re2-ci/releases/tag/v22.04

As Ubuntu 22.04 has libabsl-dev available, there's no need to manually install it and we switch to using apt -f install so it'll install the dependency automatically.