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

fix: install Ubuntu WSL distro in startup script #442

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

ginglis13
Copy link
Contributor

Issue #, if available:

Description of changes:

PR #441 added a firewall rule to allow inbound traffic to the WSL VM. However, no WSL VM is started in this startup script, so no interfaces were available to provide to the rule. CI changes in the main Finch repo were taking care of launching a Ubuntu distro. Better practice would be to install that distro in the init script of the runner itself.

Testing done:

  • 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.

PR runfinch#441 added a firewall rule to allow inbound traffic to the WSL VM.
However, no WSL VM is started in this startup script, so no interfaces
were available to provide to the rule. CI changes in the main Finch repo
were taking care of launching a Ubuntu distro. Better practice would be
to install that distro in the init script of the runner itself.

Signed-off-by: Gavin Inglis <[email protected]>
@ginglis13 ginglis13 merged commit ecc79bd into runfinch:main Oct 11, 2023
2 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