remove client4/client6 and anything using them#459
remove client4/client6 and anything using them#459rminnich wants to merge 1 commit intoinsomniacslk:masterfrom
Conversation
Remove long-deprecated client4/client6 packages that no longer build on bsd or darwin. This is a long-standing problem. Remove all things depending on them, which have no users we know of. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
==========================================
+ Coverage 67.42% 72.80% +5.37%
==========================================
Files 90 83 -7
Lines 3758 3217 -541
==========================================
- Hits 2534 2342 -192
+ Misses 1053 723 -330
+ Partials 171 152 -19
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
CC @tfg13 - we only depend on it for OSF. In order to merge this PR we should:
Also CC @BigValen as the owner of our internal code that uses this. I can help with the above steps if needed |
|
Related pinterest/bender#39 |
|
For awareness, the https://github.com/u-root/u-root/blob/main/cmds/boot/fbnetboot/main.go#L28 |
Remove long-deprecated client4/client6 packages that no longer build
on bsd or darwin. This is a long-standing problem.
Remove all things depending on them, which have no users we know of.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com