koalaman / shellcheck

ShellCheck, a static analysis tool for shell scripts
https://www.shellcheck.net
GNU General Public License v3.0
36.09k stars 1.76k forks source link

Binaries for solaris. #2723

Open edimatt opened 1 year ago

edimatt commented 1 year ago

Are there any precompiled binaries for solaris amd64 / spark architecture? (I definitely not want to install the Haskell compiler on my servers.)

Thanks in advance.

koalaman commented 1 year ago

There are currently no official Solaris or Sparc binaries, no.

Have you tried Linux ABI compatibility on amd64? Outside of that and any unofficial binaries that may exist, I guess there's QEmu user emulation which works ok-ish if you restrict virtual memory via ulimit.