[all-commits] [llvm/llvm-project] 23d082: Add cmake/ to release tarballs via concatenation
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Fri Apr 1 22:13:44 PDT 2022
Branch: refs/heads/release/14.x
Home: https://github.com/llvm/llvm-project
Commit: 23d08271a4b24f21a88bfe73a5ea31c1e2c6365c
https://github.com/llvm/llvm-project/commit/23d08271a4b24f21a88bfe73a5ea31c1e2c6365c
Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
Date: 2022-04-01 (Fri, 01 Apr 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
(cherry picked from commit 3a33664e8838e8b77acd1bbb13b1cf5e580a1077)
More information about the All-commits
mailing list