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

Porting dwarfs to Windows #8

Closed
ronaldtse opened this issue Jul 5, 2022 · 0 comments · Fixed by #11
Closed

Porting dwarfs to Windows #8

ronaldtse opened this issue Jul 5, 2022 · 0 comments · Fixed by #11
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link

In order to use Tebako on Windows we need dwarfs available on Windows. dwarfs heavily depends on the folly library, and uses fbthrift to serialize memfs data structures.

The challenges are:

  • Ruby uses MinGW as windows environment.
  • Facebook/folly does not support MinGW, they use native Microsoft tools on Windows.

From @maxirmx

I have it built and operational in mingw64 environment
https://github.com/tamatebako/dwarfs/actions/runs/2612429253

Several test are failing, so the next step is test/fix all functions we need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants