mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Installing into share and symlinking to lib breaks tests:
--- FAIL: TestAllDependencies (0.01s)
moddeps_test.go:49: findGorootModules didn't find the well-known module "std"
--- FAIL: TestDependencyVersionsConsistent (0.00s)
moddeps_test.go:356: findGorootModules didn't find the well-known module "std"
Install into lib directly instead.
Fixes: c137c382 ("golang: new packages")
Link: https://github.com/openwrt/packages/pull/28445
Signed-off-by: George Sapkin <george@sapk.in>