Skip to content

go gets compile timeout #26

Description

@prandla

go build helloworld.go takes 12sec cpu time on my laptop and gets compile timeout on our server.

subsequent go builds run much faster though (less than 1sec, even when compiling a completely different program). i guess it's compiling half of the stdlib on first invocation and stuffing it into ~/.cache/go-build? then we need to figure out a place where to put the cache so that go build inside the isolate sandbox can read it... (but not write to it, that would be insecure.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions