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

feat(make): support Windows #134

Merged
merged 1 commit into from
Aug 4, 2023
Merged

feat(make): support Windows #134

merged 1 commit into from
Aug 4, 2023

Conversation

ginglis13
Copy link
Contributor

@ginglis13 ginglis13 commented Aug 3, 2023

Issue #, if available:

Description of changes:

add rules to download rootfs for WSL support on Windows, group other rules (download Finch OS, vmnet_socket) by operating system

Testing done:

Building finch on a Windows EC2, I've set my submodules to be

[submodule "deps/finch-core"]
        path = deps/finch-core
        url = https://github.com/ginglis13/finch-core.git
        branch = windev

and successfully made finch / finch-core.

I also make and make clean finch-core on macOS

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Makefile Outdated Show resolved Hide resolved
add rules to download rootfs for WSL support on Windows, group other
rules (download Finch OS, vmnet_socket) by operating system

Signed-off-by: Gavin Inglis <[email protected]>
@ginglis13 ginglis13 merged commit bdd30e6 into runfinch:main Aug 4, 2023
2 of 6 checks passed
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