-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove re2
library
#186155
Remove re2
library
#186155
Conversation
/ci |
RE2_DOWNLOAD_MIRROR: | ||
'https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-re2', | ||
}, | ||
env: {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kept the entry, tell me if I should remove env: {}
altogether.
}, | ||
}, | ||
]; | ||
const packages: Package[] = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kept the empty array and the task, in case we may need to re-add more native modules at some point.
Please tell me if I should fully remove that task instead.
/ci |
@pgayvallet I will pickup this PR next week and evolve it in the lines of https://github.com/elastic/kibana-operations/issues/131 as I've agreed this yesterday with Luke and Brandon |
@mistic sounds good. Will you take over my PR or should I close it? |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vis changes LGTM
@pgayvallet I will cherrypick what you have on your branch but will probably open a new one as I don't know when I will fully complete it (probably somewhere next week) |
Sounds good - closing then |
Summary
After #186104, get rid of the last usage of
re2
in code and in tooling