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

Refresh releases and assets #509

Closed
wants to merge 4 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

Auto-generated pull request by GitHub Action

@github-actions github-actions bot requested a review from a team as a code owner December 16, 2024 17:54
That's the only surprising behaviour affecting WSL1.
Also, if systemd is disabled (or the cloud-int.service unit),
running cloud-init --wait wouild block forever.
While I'd like the cloud-init command to properly handle the cases where it cannot even start,
this is a simple enough fix on our side.
If systemd is disabled by /etc/wsl.conf,
systemctl is-enabled --quiet cloud-init.service
would still report the unit as enabled,
so we need a broader check.
If this works as expected, one test case should run under WSL1.
Without the current patch that would block forever.
With the launcher patch, cloud-init status --wait won't even run, so no hangs.
@github-actions github-actions bot force-pushed the auto-update-releases-fix-on-wsl1 branch from d846a75 to add2428 Compare December 17, 2024 12:43
Base automatically changed from fix-on-wsl1 to main December 18, 2024 17:15
@CarlosNihelton
Copy link
Collaborator

This has the same contents as #503 .

@CarlosNihelton CarlosNihelton deleted the auto-update-releases-fix-on-wsl1 branch December 18, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant