| 23 Jul 2023 |
Artturin | the last message from go mod vendor is
k2tf> go: replacement path ./vendor/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer inside vendor directory
| 16:19:10 |
Artturin | tinygo.goModules
error: illegal path references in fixed-output derivation '/nix/store/06v7rn03bgsnzvv89dn8i2a6kap1fijl-tinygo-0.26.0-goModules.drv'
| 16:28:47 |
Artturin | These modules built correctly on older go versions but not on newer go versions | 16:29:11 |
Artturin | How can vendoring break version to version, Go damn | 16:29:49 |
Artturin | * How can vendoring break in multiple ways version to version, Go damn | 16:30:43 |
@qbit:tapenet.org | Is there a rewrite in the go.mod? | 17:17:55 |
| @atalii:matrix.org joined the room. | 17:58:44 |
@atalii:matrix.org | is it okay if i ask a quick question about buildGoModule here? i'm reading through the sourcue to get an idea of how to handle deps for a different language and build system, and it seems that the buildPhase of buildGoModule calls go mod vendor or go mod package. that seems to require the network, but it also seems to work in the sandbox. would anyone be able to tell me what i'm missing here? thanks :) | 18:00:56 |
@qbit:tapenet.org | the vendor stuff gets put in to its own derivation which gets linked in at build | 18:26:51 |