-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
🔀[build] Port build script to windows #2865
Conversation
… test server. Also add docs
Co-authored-by: deoxis9001 <[email protected]>
@deoxis9001 It now works on powershell in a default powershell on my system 🙈 |
Probably yes, but the effort would be much higher than the result. The quick&dirty solution: @jxn-30 Thoughts on this topic? |
empty |
Bun introduced a cross-os shell layer to. Edit: Bun is not the first to introduce something like this. Google open-sourced a similar project years ago. |
I like the idea. That may also be useful for #2884 where currently weird child processes are spawned instead. |
Since google is famous for throwing project under the bus (https://killedbygoogle.com/) I won't relay on something they maintain. But I like the idea in general. Until this is done we should keep both versions. |
Luckily they state that it's not a "supported Google product". @Cr4zyc4k3 what do you think about the Bun project? |
If it is possible to accomplish this without installing bun globally I'm cool with this solution. |
Should be fixed with 16c51fd |
Bun now supports windows. Maybe we should consider switching/rewriting for better maintainability? |
I think at that point we should take the chance and have a look at the whole CI and see where we could improve it. |
What kind of update does this PR provide? Please check
What is included in your update?