[PATCH] D121972: Add cmake/ to release tarballs via concatenation
John Ericson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 18 12:27:20 PDT 2022
Ericson2314 added a comment.
`git archive --help` says:
> <path>
> Without an optional path parameter, all files and subdirectories of the
> current working directory are included in the archive. If one or more paths
> are specified, only these are included.
so perhaps we should consider just doing something like that? if a two directory tarbomb is no good, we can add another layer of nesting?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121972/new/
https://reviews.llvm.org/D121972
More information about the llvm-commits
mailing list