-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add host-spawn #375
Add host-spawn #375
Conversation
Started test build 20170 |
Build 20170 failed |
Started test build 20179 |
Build 20179 successful
|
Started test build 28637 |
Build 28637 successful
|
Started test build 29012 |
Build 29012 successful
|
While this PR is not merged, one can install |
Wouldn't it be better to package this as an add-on for VSCode Flatpak (e.g. Could it be possible to ship separate add-ons for providing |
i made a pr. |
This looks good and works better than the current flatpak-spawn snippet. Not entirely excited to depend on something else than flatpak-spawn but host-spawn seems okayish in general. cc @bilelmoussaoui This would be good to merge given #315 |
Started test build 60279 |
This commits add `host-spawn` to this Flatpak in `/app/bin`.
Signed-off-by: Randall <[email protected]>
Build 60279 successful
|
Started test build 60284 |
Build 60284 successful
|
Big thank you to @alatiera, @bilelmoussaoui, and everyone else that participated in getting this merged! |
Please update host-spawn to version 1.4.2. It's needed to spawn host-system podman properly. |
Wanna file a PR? Bumping the version and changing the sha should be everything needed hopefully :) |
Closes #315 #197 #62
This commits add
host-spawn
to this Flatpak in/app/bin
.Also, updates the
README.md
with the options to usehost-spawn
.