-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.This report has been forwarded to Jane Street's internal review system.
Description
Currently, re2 does not build on Windows for a few reasons. I'm opening this issue to gauge interest from the JS team and as a tracking issue for future PRs.
Known issues:
- re2_c build rule
- overrides CXX, but we want x86_64-w64-mingw32-g++.exe from the env
- bash script %{make} interpolation doesn't work with Windows-style path separators, which become escape sequences in the string
- upstream re2 code doesn't compile, needs to be updated (suggest updating to tag 2019-06-01)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.This report has been forwarded to Jane Street's internal review system.