Skip to content

Commit

Permalink
Unify patch file names to avoid RAT issue
Browse files Browse the repository at this point in the history
Patch files should be named as *.patch to be excluded
correctly when run Apache RAT tool.

The exclude rule is descripted as thirdparty/patches/*.patch
in build-support/release/rat_exclude_files.txt.

Change-Id: I39449abcdbdaa698069395ab63b34495968dd1c4
Reviewed-on: http://gerrit.cloudera.org:8080/20423
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Kudu Jenkins
(cherry picked from commit 092a0ef)
Reviewed-on: http://gerrit.cloudera.org:8080/20424
Tested-by: Yingchun Lai <[email protected]>
  • Loading branch information
acelyc111 committed Aug 26, 2023
1 parent 96535fc commit 4a7700b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/download-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ fetch_and_patch \
"patch -d projects -p1 < $TP_DIR/patches/llvm-remove-cyclades-inclusion-in-sanitizer.patch" \
"patch -p2 < $TP_DIR/patches/llvm-fix-missing-include.patch" \
"patch -d projects -p1 < $TP_DIR/patches/llvm-Sanitizer-built-against-glibc-2_34-doesnt-work.patch" \
"patch -d tools -p1 < $TP_DIR/patches/llvm-ignore-flto-values.diff"
"patch -d tools -p1 < $TP_DIR/patches/llvm-ignore-flto-values.patch"

LZ4_PATCHLEVEL=0
fetch_and_patch \
Expand Down

0 comments on commit 4a7700b

Please sign in to comment.