hugelgupf / p9

Idiomatic Go 9P2000.L client and server, extracted from gVisor for general use
Apache License 2.0
87 stars 19 forks source link

Break dependency on u-root #46

Closed hugelgupf closed 3 years ago

hugelgupf commented 3 years ago

u-root currently depends on p9. p9 depends on u-root. That's annoying from a modules perspective. Need to get out of our mess.

hugelgupf commented 3 years ago

fuzzer build broken @sevki i think toolchain issue with new go?

sevki commented 3 years ago

@hugelgupf

 2021-05-28 12:04:39,329 - root - ERROR - Could not detect repo from project p9.
2021-05-28 12:04:39,329 - root - ERROR - Error building fuzzers for project p9 (commit: 20551a45f18409f9b39ab2f8845b8bc2861a750c, pr_ref: refs/pull/46/merge).

it looks like this is more the fuzzer toolchain not picking up correct information here. I'll dig up the clusterfuzz docs and see if there are any changes that would have caused this