apteryks
apteryks
Hm, interesting, it seems it doesn't always happen (non-deterministic). Another attempt yielded: ``` $ gore gore version 0.6.0 :help for help gore> :doc string go: github.com/mattn/[email protected] requires golang.org/x/[email protected]: missing go.sum...
Another session sample with the crash: ``` gore> :import fmt gore> :doc string go: github.com/mattn/[email protected] requires golang.org/x/[email protected]: missing go.sum entry for go.mod file; to add it: go mod download golang.org/x/sys...
Related: https://github.com/open-eid/qt-common/pull/144
I've open this issue because of investigating a build with broken signing (whether offline or online). The build system should fail if the files are missing at least, as it...
(Currently the build proceeds normally if none of the config.json/config.pub/config.rsa in the common submodule are present, which breaks the signing feature).
Another reason to carry a copy: these files are otherwise not versioned, and could either vanish (due to operational problems of the servers they're hosted on) or change anytime, perhaps...