[all-commits] [llvm/llvm-project] 3a3366: Add cmake/ to release tarballs via concatenation
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Mon Mar 21 07:29:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a33664e8838e8b77acd1bbb13b1cf5e580a1077
https://github.com/llvm/llvm-project/commit/3a33664e8838e8b77acd1bbb13b1cf5e580a1077
Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M llvm/utils/release/export.sh
Log Message:
-----------
Add cmake/ to release tarballs via concatenation
The solution using append was reported not to work, but additionally it
would use the contents of the checked-out source tree instead of the git
tag or commit. This uses `git archive`, so it will use the right commit,
and at least for me (with GNU tar) it seems to work as intended.
Should fix #53281.
Reviewed By: kwk
Differential Revision: https://reviews.llvm.org/D121972
More information about the All-commits
mailing list