There was an effort to add golang as a supported language to crucible [1],
but I think it fizzled as a one-engineer attempt. I know golang compiles
via an SSA but is there even a spec for the SSA? Static analysis attempts
tend to be mostly academic and thus favor something solid such as llvm (or
What I would do for that case would be to deliver the users a either a VM
image (heavy), or a docker container (lighter) with batteries included
inside.
There is often little need to write a docker file unless you really want.
Just get everything working inside docker and "docker commit" it to
Hello,
I came across a situation when “net” package is imported regardless directly or
indirectly via another package, go build generates these errors:
/sw/packages/go/1.19.4/src/net/cgo_linux.go:20:59: could not determine kind of
name for C.AI_ALL
/sw/packages/go/1.19.4/src/net/cg