-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Distributed minimal source archives -- take 2 (#135)
* Add export ignores to produce small tarballs * Do not add benchmarks subdirectory * Include benchmarks directory if present * Use checkout@v1 action The v2 action seems to ignore files marked with `export-ignore` in the .gitattributes file. See https://github.community/t/using-container-checkout-doesnt-checkout-hidden-files/18429 * fix the CI apocalypse * [CMAKE] fix EXISTS test Co-authored-by: Noah D. Brenowitz <nbren12@gmail.com>
- Loading branch information
Showing
6 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/LICENSE export-ignore | ||
/Readme.md export-ignore | ||
/clang export-ignore | ||
/clang-tools-extra export-ignore | ||
/compiler-rt export-ignore | ||
/contrib export-ignore | ||
/debuginfo-tests export-ignore | ||
/libcxx export-ignore | ||
/libcxxabi export-ignore | ||
/libunwind export-ignore | ||
/lld export-ignore | ||
/lldb export-ignore | ||
/llvm export-ignore | ||
/openmp export-ignore | ||
/polly export-ignore | ||
/tests export-ignore | ||
/enzyme/benchmarks export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters