Skip to content
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

Full Abseil + RE2 support #173

Merged
merged 7 commits into from
Oct 25, 2024
Merged

Conversation

martijneken
Copy link
Contributor

@martijneken martijneken commented Oct 10, 2024

Fixes #175

Related cleanups:

  • Simpler Docker container
  • Single Makefile
  • Support for -flto
  • Proto upgrade to v26.1
  • Updated build docs
  • More/independent examples
  • Remove protobuf CI check

Notes

  • Depends on Emscripten update in Fix SDK Docker build scripts, update Emscripten #172.
  • Found that absl::random doesn't work yet, will send a follow-up patch to implement getentropy
  • Deferring Bazel protobuf update, since this requires Bazel toolchain updates (FWIW Bazel/Make protobuf versions are already out of sync)

Depends on Emscripten update in proxy-wasm#172.

Signed-off-by: Martijn Stevenson <[email protected]>
Signed-off-by: Martijn Stevenson <[email protected]>
- Simpler Docker container
- Single Makefile
- Support for -flto
- Proto upgrade to v26.1
- Updated build docs

Signed-off-by: Martijn Stevenson <[email protected]>
@martijneken martijneken changed the title Fix Abseil + RE2 support Full Abseil + RE2 support Oct 19, 2024
- add license headers to generated files
- update Bazel builds for examples
- remove unnecessary protobuf binary CI check

Signed-off-by: Martijn Stevenson <[email protected]>
@martijneken martijneken marked this pull request as ready for review October 19, 2024 05:23
Copy link
Contributor

@mpwarres mpwarres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super cool!

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Signed-off-by: Martijn Stevenson <[email protected]>
@martijneken martijneken merged commit 9dc95ae into proxy-wasm:main Oct 25, 2024
4 checks passed
@martijneken martijneken deleted the abseil-re2-fix branch October 25, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Abseil/RE2 in Bazel + Docker
2 participants