add compile from sources fallback to unsupported OS message#1939
add compile from sources fallback to unsupported OS message#1939
Conversation
| @@ -59,6 +59,7 @@ esac | |||
|
|
|||
| if [ -z "${THE_ARCH_BIN}" ]; then | |||
| echo "❗ FrankenPHP is not supported on ${OS} and ${ARCH}" | |||
There was a problem hiding this comment.
Precompiled FrankenPHP binaries aren't available for... ?
There was a problem hiding this comment.
That was my first thought, but the reality is that FrankenPHP is indeed not supported outside of Linux and MacOS. They may run into unsolvable issues during compilation. I personally don't wish to maintain FrankenPHP builds outside of Linux and macOS (and Windows, if Go ever sees MSVC compatibility).
Perhaps FrankenPHP is not supported on ${OS} and ${ARCH}, but you may succeed in compiling it yourself.?
There was a problem hiding this comment.
We do support FreeBSD too, and I would like to add support (even if not official) for most BSD systems.
There was a problem hiding this comment.
If we support it, it's official support :P
I'll change the message then.
|
Pushed to the wrong branch, ugh. |
closes #1764