This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch branch-1.12.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.12.x by this push:
     new e55e79c  [build] Fix the RAT report
e55e79c is described below

commit e55e79c85a6b958c4a79873b3b6c145e56ec9731
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]>
    (cherry picked from commit 499001a0251fc2cf5355b9bea10717704760dad3)
    Reviewed-on: http://gerrit.cloudera.org:8080/15733
    Tested-by: Hao Hao <[email protected]>
    Reviewed-by: Hao Hao <[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

Reply via email to