This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 499001a0251fc2cf5355b9bea10717704760dad3 Author: Hao Hao <[email protected]> AuthorDate: Tue Apr 14 13:36:58 2020 -0700 [build] Fix the RAT report The patch fixes the RAT report by excluding license checks for the libcxx.imp file. Change-Id: I70654fe5f0f765b47db97fe7aae84253734ea685 Reviewed-on: http://gerrit.cloudera.org:8080/15732 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- build-support/release/rat_exclude_files.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-support/release/rat_exclude_files.txt b/build-support/release/rat_exclude_files.txt index cceb953..c5075aa 100644 --- a/build-support/release/rat_exclude_files.txt +++ b/build-support/release/rat_exclude_files.txt @@ -14,6 +14,7 @@ build-support/iwyu/fix_includes.py build-support/iwyu/iwyu_tool.py build-support/iwyu/mappings/boost-all-private.imp build-support/iwyu/mappings/boost-all.imp +build-support/iwyu/mappings/libcxx.imp build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt build-support/mini-cluster/LICENSE-BINARY-JAR-OSX.txt build-support/mini-cluster/NOTICE-BINARY-JAR-LINUX.txt
