P.S. For using tinygo to generate Linux executables, see:
https://tinygo.org/getting-started/install/linux/
https://tinygo.org/docs/guides/linux/
But I couldn't find the minimum kernel version requirements.
On Saturday, 14 January 2023 at 11:41:21 UTC Brian Candler wrote:
> On Friday, 13 January
On Friday, 13 January 2023 at 20:42:28 UTC mi...@newclarity.net wrote:
I SSHed into the ESXi server, used wget to pull down the Golang tarball,
used tar to extract it from within the ESXi shell, and then used `go run
hello.go` in the ESXi shell and got a runtime error of "epollwait on fd 4
faile
I think the difference is that I didn't actually do the compilation on the
ESXi host itself, I just ran the binary there.
'go run hello.go' on the ESXi host will, attempt, to both compile and
execute the compiled binary; I'm guessing the ESXi host itself though
doesn't have some of the same sh
> On Jan 13, 2023, at 1:32 AM, Anthony Brown wrote:
>
> I haven't made a bootstrapped Go toolchain so I can't help with that but I
> can provide the following information:
>
> ESXi knows how to run ELF binaries, the interesting part then becomes what
> architecture of CPU do you have the ESXi