File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,10 @@ template("cmc_check_includes") {
151151 outputs = [ " $target_out_dir /$target_name .gn_stamp" ]
152152 depfile = " $target_gen_dir /$target_name .d"
153153
154+ # As this action only writes an empty stamp file, there's no need to run
155+ # the check for any output dir leaks in the file.
156+ check_for_output_dir_leaks = false
157+
154158 args = [
155159 " --cmc-path" ,
156160 rebase_path (cmc_out_path , root_build_dir ),
Original file line number Diff line number Diff line change @@ -398,6 +398,10 @@ template("validate_packaged_config") {
398398 ]
399399 outputs = [ _stamp ]
400400
401+ # As this action only writes a stamp file, there's no need to run
402+ # the check for any output dir leaks in the file.
403+ check_for_output_dir_leaks = false
404+
401405 if (! defined (deps )) {
402406 deps = []
403407 }
You can’t perform that action at this time.
0 commit comments