#I very recently started getting Go

1 messages · Page 1 of 1 (latest)

solar walrus
#

What are the actual errors?

flint kelp
#

missing symbols in the syscall package. Will paste the output when I'm at a computer's

solar walrus
#

I guess the engine has always had code which is Linux exclusive (since it does various container things), but it’s only been a problem when that code made it to packages that got imported by the CLI or integ tests (since those should actually be buildable on darwin/linux)

If you are trying to develop on the core engine from darwin you likely just need to adjust GOOS in your ide. I know that’s a setting in vscode based ides, sure it must be in general too