Aapo Naalisvaara

Results 3 issues of Aapo Naalisvaara

Go 1.17 introduced module graph pruning which might cause 'go mod tidy' to fail when it faces two imports of the same module. Pass compatibility version to advice go mod...

Commit 47f9ded5d83ca8e701852ca7ad57cd3453e6f988 is not sufficient alone to ensure that all go modules are installed with write bit set because 'go mod' or 'go get' might install submodules of other modules...

Trying to run command ```bash env XCADDY_GO_BUILD_FLAGS="-modcacherw" \ ${RECIPE_SYSROOT_NATIVE}${bindir}/xcaddy build ${SRCREV} \ --with github.com/greenpau/[email protected] ``` fails due to an error message ```text | 2022/08/16 06:27:51 [INFO] exec (timeout=0s): /work/yocto/build/tmp/work/armv8a-poky-linux/caddy/2.5.2-r0/recipe-sysroot-native/usr/bin/go mod...