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

re2: Update to 2023-02-01 #1

Merged
merged 1 commit into from
Sep 23, 2024
Merged

re2: Update to 2023-02-01 #1

merged 1 commit into from
Sep 23, 2024

Conversation

heiher
Copy link
Contributor

@heiher heiher commented Sep 23, 2024

Update re2 to 2023-02-01 to resolve compilation errors with new musl toolchain:

  /home/runner/work/cross/cross/target/tmp/tmp.NPKdi1BWoT/re2/util/pcre.h:503:11: error: 'int32_t' does not name a type
    503 |   mutable int32_t     hit_limit_;      // Hit limit during execution (bool)
        |           ^~~~~~~
  /home/runner/work/cross/cross/target/tmp/tmp.NPKdi1BWoT/re2/util/pcre.h:166:1: note: 'int32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
    165 | #include "re2/stringpiece.h"
    +++ |+#include <cstdint>

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.

2 participants