Commit 8772c9b5 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Add trybot analyze exclusion for sysroots.json

R=dpranke@chromium.org
CC=thestig@chromium.org

Change-Id: I311cf3d81d3d642532be7534763ddeb918852c49
Reviewed-on: https://chromium-review.googlesource.com/596678Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491278}
parent 0d862af0
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
"build/check_gn_headers_whitelist.txt", "build/check_gn_headers_whitelist.txt",
"build/get_landmines.py", "build/get_landmines.py",
"build/gyp_chromium", "build/gyp_chromium",
"build/linux/sysroot_ld_path.sh",
"build/mac_toolchain.py", "build/mac_toolchain.py",
"build/toolchain/get_concurrent_links.py", "build/toolchain/get_concurrent_links.py",
"build/toolchain/mac/.*py", "build/toolchain/mac/.*py",
...@@ -75,5 +74,11 @@ ...@@ -75,5 +74,11 @@
"exclusions": [ "exclusions": [
"ios/build/bots/.*" "ios/build/bots/.*"
] ]
},
"linux": {
"exclusions": [
"build/linux/sysroot_ld_path.sh",
"build/linux/sysroot_scripts/sysroots.json"
]
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment