diff options
author | Jennifer Peshansky <jennifer.peshansky@mongodb.com> | 2022-06-27 22:24:01 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-27 23:23:38 +0000 |
commit | 5ce6313f7aaafc18a69179695572adc15e8a35aa (patch) | |
tree | d6c72c1709bca81d47efaf8a6c9cb82388643dad /buildscripts/errorcodes.py | |
parent | c8273a45c75aa643ec774928ad7a53cac0bf1875 (diff) | |
download | mongo-5ce6313f7aaafc18a69179695572adc15e8a35aa.tar.gz |
SERVER-65277 Remove dependency on deprecated PCRE library
Diffstat (limited to 'buildscripts/errorcodes.py')
-rwxr-xr-x | buildscripts/errorcodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/errorcodes.py b/buildscripts/errorcodes.py index 3ff08ca8a1e..46e0ac09850 100755 --- a/buildscripts/errorcodes.py +++ b/buildscripts/errorcodes.py @@ -58,7 +58,7 @@ _CODE_PATTERNS = [ ] _DIR_EXCLUDE_RE = re.compile(r'(\..*' - r'|pcre-.*' + r'|pcre2.*' r'|32bit.*' r'|mongodb-.*' r'|debian.*' |