Supporting non Linux OSes like FreeBSD/WASM #148
-
|
That means this could work for freebsd or even wasm, correct? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
|
Binaries/Packages built with
For now, yes. x_exec:
os:
- "freebsd"
- "illumos"
- "linux"
- "netbsd"
- "openbsd"
- "redox"But to do this, we need more maintainers & also servers to test out builds.
For now, it's to be able to work on |
Beta Was this translation helpful? Give feedback.
Binaries/Packages built with
.host*-Linuxwill only work where there's Linux kernel/syscalls.Currently, everything that's built, is built with only
Linuxas host.This doesn't mean the binaries/packages won't work on FreeBSD but you would have to enable linux compat.
But natively? No, they won't work.
For now, yes.
If you look at our SBUILD spec, you will see we do have these listed:
But to do this, we need more maintainers & also servers to test out builds.
For now, it's to be able to work on
Any-Linuxwithaarch64&x8…