-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: bump re2 version to 2024-07-02 #3
base: main
Are you sure you want to change the base?
Conversation
Hardcoded the abseil nix store path as
Looks like similar problem as protocolbuffers/protobuf#16314 (comment) |
emscripten # `emcc` | ||
]; | ||
# LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.abseil-cpp ]; | ||
# propagatedBuildInputs = [ pkgs.abseil-cpp pkgs.icu ]; |
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.
They are still using abseil 20240116.2 instead of 20240722.0 https://github.com/google/re2/blob/6dcd83d60f7944926bfd308cc13979fc53dd69ca/MODULE.bazel#L16 If I need to specify version, pick from https://github.com/NixOS/nixpkgs/tree/15ddcc64cdd2587e58d90334a9cfa49de308b7c7/pkgs/development/libraries/abseil-cpp |
https://github.com/google/re2/releases/tag/2024-04-01