| 4 Apr 2024 |
jrick | * these are the logs i see though, https://gist.githubusercontent.com/jrick/4987872fdb5293bdbab73388566cbb22/raw/16a6c270d39d7bdb90e5220361f8a7d57864cd2a/gistfile1.txt has the errors (i expected i would need to patch out the lints, but it seems this bug is doing that for me :D), and https://gist.githubusercontent.com/jrick/1465c134f98334d6651e4912a8f94ef4/raw/656bc1a204665d2702ab69cd1afc407cae65d69e/gistfile1.txt shows all the files in the proxy'd module cache. note how there are missing .info files but only for modules this project doesn't import packages from | 20:19:08 |
jrick | package derivation https://gist.githubusercontent.com/jrick/f5212605c04e4ef0f3de1bcd8d15a469/raw/b3ece32ee7bf3e7aba6a7d65738356e9eb9573c4/gistfile1.txt | 20:21:48 |
jrick | run_test.sh calls go list -m all since the lint tool being used doesn't understand ./... | 20:23:09 |
jrick | so it is picking up transitive modules that don't appear in the import graph | 20:23:31 |
@qbit:tapenet.org | heh, it built fine for me | 20:26:15 |
@qbit:tapenet.org | this 23.11? | 20:26:20 |
jrick | unstable | 20:26:29 |
jrick | it builds fine, but check the log | 20:26:34 |
jrick | if go list -m all worked properly during check phase it should have errored for missing linter tools not being installed | 20:27:35 |