Page MenuHomeFreeBSD

contrib/zstd: further narrow FREEBSD-Xlist
Needs RevisionPublic

Authored by siva on Thu, Mar 12, 10:45 PM.
Tags
None
Referenced Files
F148900367: D55836.diff
Fri, Mar 20, 9:21 PM
Unknown Object (File)
Thu, Mar 19, 5:26 PM
Unknown Object (File)
Thu, Mar 19, 12:40 PM
Unknown Object (File)
Thu, Mar 19, 7:42 AM
Unknown Object (File)
Tue, Mar 17, 6:37 AM
Subscribers

Details

Summary

We don't need any docs or examples in tree, as well
as any upstream-specific build infrastructure.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71375
Build 68258: arc lint + arc unit

Event Timeline

siva requested review of this revision.Thu, Mar 12, 10:45 PM
minsoochoo0122_proton.me added inline comments.
sys/contrib/zstd/FREEBSD-Xlist
1

Please update files and folders starting with .. E.g. from https://github.com/facebook/zstd/tree/v1.5.7, I see

.travis.yml and .circleci are gone while .buckconfig and .buckversion are added.

18

I suggest removing README.md and TESTING.md. Keep SECURITY.md so people can report security issues upstream.

Do we need zlibWrapper?

Also it would be nice to do cleanup for files hiding under subdirectories. e.g. lib/*.mk, lib/Makefile, lib/BUCK, etc.

This revision now requires changes to proceed.Fri, Mar 13, 4:11 PM
sys/contrib/zstd/FREEBSD-Xlist
18

From what is see from D55837 and D55838, these are recursive so all files named BUCK are removed. Am I right?